diff ui/createcertlistdialog.cpp @ 1199:bd2cb6bdb1c5

(admin) Fixed translations and added whitespace between pushbutton icon and text.
author Emanuel Schuetze <emanuel@intevation.de>
date Tue, 23 Sep 2014 09:15:44 +0200
parents 75cd2fbf9ac6
children d009da9cfa10
line wrap: on
line diff
--- a/ui/createcertlistdialog.cpp	Mon Sep 22 19:06:24 2014 +0200
+++ b/ui/createcertlistdialog.cpp	Tue Sep 23 09:15:44 2014 +0200
@@ -91,9 +91,9 @@
     centerLayout->addLayout(fieldLayout);
     centerLayout->addLayout(buttonLayout);
 
-    QPushButton *create = new QPushButton(tr("Save list"));
+    QPushButton *create = new QPushButton(" " + tr("Save list"));
     connect(create, SIGNAL(clicked()), this, SLOT(createList()));
-    QPushButton *cancel = new QPushButton(tr("Cancel"));
+    QPushButton *cancel = new QPushButton(" " + tr("Cancel"));
     connect(cancel, SIGNAL(clicked()), this, SLOT(close()));
     bottomLayout->insertStretch(0, 10);
     bottomLayout->addWidget(create);

http://wald.intevation.org/projects/trustbridge/