diff options
Diffstat (limited to 'wizard.cpp')
-rw-r--r-- | wizard.cpp | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -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.<br/>" + "Will now restart to activate the configuration.")); // TODO: edit->maybesave? qApp->exit(RESTART_CODE); } |