URI: 
       tfix init error from issue #1102 - electrum - Electrum Bitcoin wallet
  HTML git clone https://git.parazyd.org/electrum
   DIR Log
   DIR Files
   DIR Refs
   DIR Submodules
       ---
   DIR commit 1be26dbf06e40c11355b071605f7679fb182d6b9
   DIR parent 13d5c20c5a71f77fc58575054bdaee5650c195fe
  HTML Author: ThomasV <thomasv@gitorious>
       Date:   Mon, 23 Mar 2015 08:09:08 +0100
       
       fix init error from issue #1102
       
       Diffstat:
         M gui/qt/installwizard.py             |       2 +-
       
       1 file changed, 1 insertion(+), 1 deletion(-)
       ---
   DIR diff --git a/gui/qt/installwizard.py b/gui/qt/installwizard.py
       t@@ -254,7 +254,7 @@ class InstallWizard(QDialog):
                    vbox.addWidget(logo)
                vbox.addWidget(QLabel(msg))
                vbox.addStretch(1)
       -        vbox.addLayout(Buttons(CloseButton(self, _('Next'))))
       +        vbox.addLayout(Buttons(CloseButton(self)))
                if not self.exec_():
                    return None