electrum

Electrum Bitcoin wallet
git clone https://git.parazyd.org/electrum
Log | Files | Refs | Submodules

commit 95d8adb8fcd4e5f9b3876be053ce0f780646a4b3
parent 175fd47130e91d40f885465aa9b0153f00357c0c
Author: Maran <maran.hidskes@gmail.com>
Date:   Thu, 16 Aug 2012 22:11:25 +0200

Made the window a little prettier

Diffstat:
Melectrum | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/electrum b/electrum @@ -156,6 +156,7 @@ if __name__ == '__main__': app = QApplication(sys.argv) error_message = QErrorMessage() + error_message.setFixedSize(350,200) error_message.showMessage("<p>Sorry, Electrum requires Qt >= 4.7 to run.</p><p>Check your distributions packages or download it at http://qt.nokia.com/downloads</p>") app.exec_() sys.exit(0)