[prev in list] [next in list] [prev in thread] [next in thread] 

List:       kde-commits
Subject:    branches/kdepim/enterprise/kdepim/certmanager
From:       Marc Mutz <mutz () kde ! org>
Date:       2010-02-01 11:33:44
Message-ID: 1265024024.340116.22160.nullmailer () svn ! kde ! org
[Download RAW message or body]

SVN commit 1083514 by mutz:

Make the KeySelectionDialog use a KActiveLabel instead of a QLabel, thereby fixing \
yet another instance of the old \
mulitline-QLabel-in-a-dialog-disables-the-minimum-size-for-the-dialog problem

 M  +4 -2      certmanager.cpp  


--- branches/kdepim/enterprise/kdepim/certmanager/certmanager.cpp #1083513:1083514
@@ -1278,9 +1278,11 @@
 
 void CertManager::slotExportSecretKey() {
   Kleo::KeySelectionDialog dlg( i18n("Secret Key Export"),
-				i18n("Select the secret key to export "
+				"<qt>" +
+                                i18n("Select the secret key to export "
 				     "(<b>Warning: The PKCS#12 format is insecure; "
-				     "exporting secret keys is discouraged</b>):"),
+				     "exporting secret keys is discouraged</b>):") +
+                                "</qt>",
 				std::vector<GpgME::Key>(),
 				Kleo::KeySelectionDialog::SecretKeys|Kleo::KeySelectionDialog::SMIMEKeys,
 				false /* no multiple selection */,


[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic