URI: 
       tfix font path - electrum - Electrum Bitcoin wallet
  HTML git clone https://git.parazyd.org/electrum
   DIR Log
   DIR Files
   DIR Refs
   DIR Submodules
       ---
   DIR commit e337e8585bc667849d418b6509dba06a854c1e4b
   DIR parent 072adca85bb5d47faa10607a3101e353d4489d9a
  HTML Author: ThomasV <thomasv@electrum.org>
       Date:   Fri, 29 Jan 2016 11:12:58 +0100
       
       fix font path
       
       Diffstat:
         M gui/kivy/uix/dialogs/create_restor… |       2 +-
       
       1 file changed, 1 insertion(+), 1 deletion(-)
       ---
   DIR diff --git a/gui/kivy/uix/dialogs/create_restore.py b/gui/kivy/uix/dialogs/create_restore.py
       t@@ -87,7 +87,7 @@ Builder.load_string('''
                        size_hint: 1, None
                        height: self.texture_size[1] if self.opacity else 0
                        font_size: '33sp'
       -                font_name: 'data/fonts/tron/Tr2n.ttf'
       +                font_name: 'gui/kivy/data/fonts/tron/Tr2n.ttf'
                    Image:
                        id: stepper
                        allow_stretch: True