From 3a668cc047d37c1b6c857874e942232fb24462c1 Mon Sep 17 00:00:00 2001 From: rdymac Date: Mon, 28 Jan 2013 13:39:56 +0100 Subject: [PATCH] Electrum version in the About section Added the Electrum version to the About section. --- lib/gui_lite.py | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/lib/gui_lite.py b/lib/gui_lite.py index b7f32dc..3b97a3a 100644 --- a/lib/gui_lite.py +++ b/lib/gui_lite.py @@ -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"), -- 1.7.1