diff ui/certificateitemwidget.h @ 1011:9c4543128666

(issue94) Move install / remove labels into ctor and translate them.
author Andre Heinecke <andre.heinecke@intevation.de>
date Tue, 02 Sep 2014 14:43:48 +0200
parents 31c3d2bc9880
children 78798d3af8f0
line wrap: on
line diff
--- a/ui/certificateitemwidget.h	Tue Sep 02 12:18:04 2014 +0200
+++ b/ui/certificateitemwidget.h	Tue Sep 02 14:43:48 2014 +0200
@@ -38,8 +38,8 @@
         const Certificate &cert = Certificate(),
         bool state = false,
         bool editable = true,
-        const QString& installLabel = tr("install"),
-        const QString& removeLabel = tr("remove"));
+        const QString& installLabel = QString(),
+        const QString& removeLabel = QString());
 
     bool state();
     void setState(bool state);

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