From 4bacdcf43d14193cdc864e03ac21317e1405c2c5 Mon Sep 17 00:00:00 2001 From: nils Date: Mon, 12 Dec 2011 22:21:54 +0000 Subject: added advamced settings tab with steganography and disable steganography per default git-svn-id: http://cpunk.de/svn/src/gpg4usb/trunk@700 34ebc366-c3a9-4b3c-9f84-69acf7962910 --- mainwindow.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'mainwindow.cpp') diff --git a/mainwindow.cpp b/mainwindow.cpp index c1eb521..7dbfbc5 100644 --- a/mainwindow.cpp +++ b/mainwindow.cpp @@ -414,7 +414,7 @@ void MainWindow::createMenus() importKeyMenu->addAction(keyMgmt->importKeyFromKeyServerAct); keyMenu->addAction(openKeyManagementAct); - if(settings.value("general/steganography").toBool()) { + if(settings.value("advanced/steganography").toBool()) { steganoMenu = menuBar()->addMenu(tr("&Steganography")); QAction* cutPgpHeaderAct = new QAction(tr("Remove PGP Header"), this); connect(cutPgpHeaderAct, SIGNAL(triggered()), this, SLOT(cutPgpHeader())); -- cgit v1.2.3