diff options
author | nils <nils@34ebc366-c3a9-4b3c-9f84-69acf7962910> | 2012-02-04 20:39:17 +0000 |
---|---|---|
committer | nils <nils@34ebc366-c3a9-4b3c-9f84-69acf7962910> | 2012-02-04 20:39:17 +0000 |
commit | f273a466b308b86aa78498fbb1a2349e1eff7362 (patch) | |
tree | 7581f6d4fefcc9a04c13dcaa29aa21c9bdc603ac /wizard.cpp | |
parent | jump to conclusion page after key generation or import in wizard (diff) | |
download | gpg4usb-f273a466b308b86aa78498fbb1a2349e1eff7362.tar.gz gpg4usb-f273a466b308b86aa78498fbb1a2349e1eff7362.zip |
changed about dialog
git-svn-id: http://cpunk.de/svn/src/gpg4usb/trunk@793 34ebc366-c3a9-4b3c-9f84-69acf7962910
Diffstat (limited to 'wizard.cpp')
-rw-r--r-- | wizard.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -344,7 +344,6 @@ int ImportFromGnupgPage::nextId() const KeyGenPage::KeyGenPage(GpgME::GpgContext *ctx, QWidget *parent) : QWizardPage(parent) { - //setPixmap(QWizard::WatermarkPixmap, QPixmap(":/logo-flipped.png")); mCtx=ctx; setTitle(tr("Create a keypair...")); setSubTitle(tr("...for decrypting and signing messages")); |