1
0
This commit is contained in:
ThomasV
2012-02-13 00:00:33 +01:00
parent eac8fb3c32
commit 034f740fd2
2 changed files with 65 additions and 9 deletions

View File

@@ -1218,7 +1218,7 @@ class BitcoinGUI:
def newaddress_dialog(self, w):
title = "New sending address"
title = "New Contact"
dialog = gtk.Dialog(title, parent=self.window,
flags=gtk.DIALOG_MODAL|gtk.DIALOG_NO_SEPARATOR,
buttons= ("cancel", 0, "ok",1) )