diff options
author | nils <nils@34ebc366-c3a9-4b3c-9f84-69acf7962910> | 2013-01-21 22:33:23 +0000 |
---|---|---|
committer | nils <nils@34ebc366-c3a9-4b3c-9f84-69acf7962910> | 2013-01-21 22:33:23 +0000 |
commit | 5e96dd4ed86f63096cebc4c497c6954010a3f3b9 (patch) | |
tree | 5bc08c6ea3ba2c9e6701e1ab60a7b39b781dc336 /mainwindow.cpp | |
parent | keysize & date in detailsdialog (diff) | |
download | gpg4usb-5e96dd4ed86f63096cebc4c497c6954010a3f3b9.tar.gz gpg4usb-5e96dd4ed86f63096cebc4c497c6954010a3f3b9.zip |
added encrypt to self functionality
git-svn-id: http://cpunk.de/svn/src/gpg4usb/trunk@1005 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 73cfb15..816b8bb 100644 --- a/mainwindow.cpp +++ b/mainwindow.cpp @@ -1260,7 +1260,7 @@ void MainWindow::slotOpenSettingsDialog() QString preLang = settings.value("int/lang").toString(); QString preKeydbPath = settings.value("gpgpaths/keydbpath").toString(); - new SettingsDialog(this); + new SettingsDialog(mCtx, this); // Iconsize QSize iconSize = settings.value("toolbar/iconsize", QSize(32, 32)).toSize(); this->setIconSize(iconSize); |