By default, Bugzilla does not search the list of RESOLVED bugs.
You can force it to do so by putting the upper-case word ALL in front of your search query, e.g.: ALL tdelibs
We recommend searching for bugs this way, as you may discover that your bug has already been resolved and fixed in a later release. View | Details | Raw Unified | Return to bug 1179
Collapse All | Expand All

(-)tdepim/certmanager/lib/backends/qgpgme/qgpgmejob.cpp (-1 / +1 lines)
Lines 290-296 Link Here
290
  }
290
  }
291
  msg += "<br/>";
291
  msg += "<br/>";
292
  msg += i18n( "For information on how to set up gpg-agent, see %1" )
292
  msg += i18n( "For information on how to set up gpg-agent, see %1" )
293
         .arg( "http://kmail.kde.org/kmail-pgpmime-howto.html" );
293
         .arg( "http://userbase.kde.org/KMail/PGP_MIME" );
294
  msg += "<br/><br/>";
294
  msg += "<br/><br/>";
295
  msg += i18n( "Enter passphrase:" );
295
  msg += i18n( "Enter passphrase:" );
296
  Kleo::PassphraseDialog dlg( msg, i18n("Passphrase Dialog") );
296
  Kleo::PassphraseDialog dlg( msg, i18n("Passphrase Dialog") );

Return to bug 1179