diff options
author | nils <nils@34ebc366-c3a9-4b3c-9f84-69acf7962910> | 2012-02-04 19:50:05 +0000 |
---|---|---|
committer | nils <nils@34ebc366-c3a9-4b3c-9f84-69acf7962910> | 2012-02-04 19:50:05 +0000 |
commit | c3381cc489b4fc26b4799b048440e8fa90d35523 (patch) | |
tree | 99432baa374da4d509b2b530b9c7b22677e88e18 | |
parent | beautified wizard (diff) | |
download | gpg4usb-c3381cc489b4fc26b4799b048440e8fa90d35523.tar.gz gpg4usb-c3381cc489b4fc26b4799b048440e8fa90d35523.zip |
show message after creating new key
git-svn-id: http://cpunk.de/svn/src/gpg4usb/trunk@791 34ebc366-c3a9-4b3c-9f84-69acf7962910
-rw-r--r-- | keygendialog.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/keygendialog.cpp b/keygendialog.cpp index 981418c..778f24c 100644 --- a/keygendialog.cpp +++ b/keygendialog.cpp @@ -172,6 +172,7 @@ void KeyGenDialog::keyGenAccept() } dialog->close(); + QMessageBox::information(0,tr("Success"),tr("New key created")); } else { /** * create error message |