CHanged label so it fits into the button

git-svn-id: https://vsmartcard.svn.sourceforge.net/svnroot/vsmartcard@243 96b47cad-a561-4643-ad3b-153ac7d7599c
This commit is contained in:
oepen
2010-08-05 14:43:31 +00:00
parent 0061145f39
commit 40898164d6

View File

@@ -63,7 +63,7 @@ class MokoWindow(gtk.Window):
#Add two buttons at the bottom of the window
hbox = gtk.HBox(True, 5)
if self.predecessor is None:
btnBack = gtk.Button("Abbrechen")
btnBack = gtk.Button("Abbruch")
else:
btnBack = gtk.Button(u"Zurück")
btnBack.set_size_request(150, 75)