fix icon name

This commit is contained in:
ThomasV 2011-12-03 12:01:30 +01:00
parent af5395f703
commit a990522432
1 changed files with 1 additions and 1 deletions

View File

@ -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,