From c3381cc489b4fc26b4799b048440e8fa90d35523 Mon Sep 17 00:00:00 2001 From: nils Date: Sat, 4 Feb 2012 19:50:05 +0000 Subject: show message after creating new key git-svn-id: http://cpunk.de/svn/src/gpg4usb/trunk@791 34ebc366-c3a9-4b3c-9f84-69acf7962910 --- keygendialog.cpp | 1 + 1 file changed, 1 insertion(+) 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 -- cgit v1.2.3