diff options
author | ubbo <ubbo@34ebc366-c3a9-4b3c-9f84-69acf7962910> | 2012-01-18 21:15:00 +0000 |
---|---|---|
committer | ubbo <ubbo@34ebc366-c3a9-4b3c-9f84-69acf7962910> | 2012-01-18 21:15:00 +0000 |
commit | d7abab29704e086c013530b90ab7ed4e69784ba4 (patch) | |
tree | bbbe71d356de5d9901ca1b0313aa337a8680f352 /mainwindow.cpp | |
parent | add language select combobox to wizard (diff) | |
download | gpg4usb-d7abab29704e086c013530b90ab7ed4e69784ba4.tar.gz gpg4usb-d7abab29704e086c013530b90ab7ed4e69784ba4.zip |
instantly apply language selection in wizard
git-svn-id: http://cpunk.de/svn/src/gpg4usb/trunk@752 34ebc366-c3a9-4b3c-9f84-69acf7962910
Diffstat (limited to 'mainwindow.cpp')
-rw-r--r-- | mainwindow.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mainwindow.cpp b/mainwindow.cpp index 9460df5..611ec25 100644 --- a/mainwindow.cpp +++ b/mainwindow.cpp @@ -77,7 +77,7 @@ MainWindow::MainWindow() QSettings settings; //if (settings.value("wizard/showWizard",true).toBool() && !mKeyList->containsPrivateKeys()) { - if (settings.value("wizard/showWizard",true).toBool() || !settings.value("wizard/next").isNull()) { + if (settings.value("wizard/showWizard",true).toBool() || !settings.value("wizard/nextPage").isNull()) { startWizard(); } } |