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

List:       kde-commits
Subject:    KDE/kdepim/libkleo/backends/qgpgme
From:       Eugeniu Plamadeala <eugen.plamadeala () gmail ! com>
Date:       2007-09-05 22:59:00
Message-ID: 1189033140.868794.18165.nullmailer () svn ! kde ! org
[Download RAW message or body]

SVN commit 708892 by eugeniu:

BUG: 129034
Added some HTML formatting to the message displayed by a KPasswordDialog when \
gpg-agent it not running. 


 M  +3 -3      qgpgmejob.cpp  


--- trunk/KDE/kdepim/libkleo/backends/qgpgme/qgpgmejob.cpp #708891:708892
@@ -271,7 +271,7 @@
                 i18n( "You need a passphrase to unlock the secret key for user:<br/> \
%1",  QString::fromUtf8( useridHint ) );
   msg += "<br/><br/>";
-  msg.prepend( "<qt>" );
+  //msg.prepend( "<qt>" );
   msg += i18n( "This dialog will reappear every time the passphrase is needed. For a \
more secure solution that also allows caching the passphrase, use gpg-agent." ) + \
"<br/>";  const QString gpgAgent = KStandardDirs::findExe( "gpg-agent" );
   if ( !gpgAgent.isEmpty() ) {
@@ -280,11 +280,11 @@
   } else {
     msg += i18n( "gpg-agent is part of gnupg-%1, which you can download from %2" ,
              QString("1.9") ,
-             QString("http://www.gnupg.org/download") );  // add #gnupg2 if you can \
make this a real link +             QString("<a \
href=\"http://www.gnupg.org/download#gnupg2\">gnupg.org</a>") );  }
   msg += "<br/>";
   msg += i18n( "For information on how to set up gpg-agent, see %1" ,
-           QString("http://kmail.kde.org/kmail-pgpmime-howto.html") );
+    QString("<a href=\"http://kmail.kde.org/kmail-pgpmime-howto.html\">http://kmail.kde.org/kmail-pgpmime-howto.html</a>") \
);  msg += "<br/><br/>";
   msg += i18n( "Enter passphrase:" );
   KPasswordDialog dlg;


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

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