URI: 
       tMerge pull request #136 from rdymac/patch-30 - electrum - Electrum Bitcoin wallet
  HTML git clone https://git.parazyd.org/electrum
   DIR Log
   DIR Files
   DIR Refs
   DIR Submodules
       ---
   DIR commit e4586ee59a3d35fde4b26cba2a7aee0e6bcae98b
   DIR parent 681e8a0ec5d5334c2795e2d90bb5e9484b96287f
  HTML Author: ThomasV <thomasv1@gmx.de>
       Date:   Thu, 31 Jan 2013 02:12:07 -0800
       
       Merge pull request #136 from rdymac/patch-30
       
       Electrum version in the About section
       Diffstat:
         M lib/gui_lite.py                     |       2 +-
       
       1 file changed, 1 insertion(+), 1 deletion(-)
       ---
   DIR diff --git a/lib/gui_lite.py b/lib/gui_lite.py
       t@@ -602,7 +602,7 @@ class MiniWindow(QDialog):
        
            def show_about(self):
                QMessageBox.about(self, "Electrum",
       -            _("Electrum's focus is speed, with low resource usage and simplifying Bitcoin. You do not need to perform regular backups, because your wallet can be recovered from a secret phrase that you can memorize or write on paper. Startup times are instant because it operates in conjunction with high-performance servers that handle the most complicated parts of the Bitcoin system."))
       +            _("Version")+" %s" % (electrum_version) + "\n\n" + _("Electrum's focus is speed, with low resource usage and simplifying Bitcoin. You do not need to perform regular backups, because your wallet can be recovered from a secret phrase that you can memorize or write on paper. Startup times are instant because it operates in conjunction with high-performance servers that handle the most complicated parts of the Bitcoin system."))
        
            def show_report_bug(self):
                QMessageBox.information(self, "Electrum - " + _("Reporting Bugs"),