commit a990522432e685bacfa8c4aee8e65d56fe5912a2
parent af5395f7030bf10c64c0c82ad68446ec5cf65f01
Author: ThomasV <thomasv@gitorious>
Date: Sat, 3 Dec 2011 12:01:30 +0100
fix icon name
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/client/gui.py b/client/gui.py
@@ -948,7 +948,7 @@ class BitcoinGUI:
image.set_from_stock(gtk.STOCK_YES, gtk.ICON_SIZE_MENU)
status = "Connected to %s.\n%d blocks\nresponse time: %f"%(wallet.host, wallet.blocks, wallet.rtime)
else:
- image.set_from_stock(gtk.STOCK_FALSE, gtk.ICON_SIZE_MENU)
+ image.set_from_stock(gtk.STOCK_NO, gtk.ICON_SIZE_MENU)
status = "Not connected"
dialog = gtk.MessageDialog( self.window, gtk.DIALOG_MODAL | gtk.DIALOG_DESTROY_WITH_PARENT,