From 50addcc4bd02818bb8e4a4ecbbf759da5d7bc86c Mon Sep 17 00:00:00 2001 From: nils Date: Tue, 24 Jan 2012 20:39:37 +0000 Subject: show messagebox, when config from old gpg4usb was imported git-svn-id: http://cpunk.de/svn/src/gpg4usb/trunk@771 34ebc366-c3a9-4b3c-9f84-69acf7962910 --- wizard.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/wizard.cpp b/wizard.cpp index 5f3d68f..ad7bb46 100644 --- a/wizard.cpp +++ b/wizard.cpp @@ -206,7 +206,8 @@ bool ImportFromGpg4usbPage::importFormOlderGpg4usb() QSettings settings; settings.setValue("wizard/nextPage", this->nextId()); - + QMessageBox::information(0,tr("Configuration Imported"),tr("Imported Configuration from old gpg4usb.
" + "Will now restart to activate the configuration.")); // TODO: edit->maybesave? qApp->exit(RESTART_CODE); } -- cgit v1.2.3