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

List:       kde-commits
Subject:    kdepim/certmanager/lib/backends/qgpgme
From:       Adriaan de Groot <groot () kde ! org>
Date:       2004-09-13 22:04:05
Message-ID: 20040913220405.CA95624FF () office ! kde ! org
[Download RAW message or body]

CVS commit by adridg: 

Substitute in gpgAgent string when found


  M +2 -1      qgpgmejob.cpp   1.10


--- kdepim/certmanager/lib/backends/qgpgme/qgpgmejob.cpp  #1.9:1.10
@@ -162,5 +162,6 @@ char * Kleo::QGpgMEJob::getPassphrase( c
   const QString gpgAgent = KStandardDirs::findExe( "gpg-agent" );
   if ( !gpgAgent.isEmpty() ) {
-    msg += i18n( "gpg-agent was found in %1, but does not appear to be running." );
+    msg += i18n( "gpg-agent was found in %1, but does not appear to be running." )
+           .arg( gpgAgent );
   } else {
     msg += i18n( "gpg-agent is part of gnupg-%1, which you can download from %2" )


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

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