aboutsummaryrefslogtreecommitdiffstats
path: root/mainwindow.cpp
diff options
context:
space:
mode:
authorubbo <ubbo@34ebc366-c3a9-4b3c-9f84-69acf7962910>2011-12-08 19:14:11 +0000
committerubbo <ubbo@34ebc366-c3a9-4b3c-9f84-69acf7962910>2011-12-08 19:14:11 +0000
commite8252dbc05ffaa3464d845992f39632c10e23f68 (patch)
tree98975e86c26001746084f4678dba063f98d85047 /mainwindow.cpp
parentadded zoom in/out to textedit (diff)
downloadgpg4usb-e8252dbc05ffaa3464d845992f39632c10e23f68.tar.gz
gpg4usb-e8252dbc05ffaa3464d845992f39632c10e23f68.zip
exchange menu position for steganography and view
git-svn-id: http://cpunk.de/svn/src/gpg4usb/trunk@678 34ebc366-c3a9-4b3c-9f84-69acf7962910
Diffstat (limited to 'mainwindow.cpp')
-rw-r--r--mainwindow.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/mainwindow.cpp b/mainwindow.cpp
index 58267ae..da88b0f 100644
--- a/mainwindow.cpp
+++ b/mainwindow.cpp
@@ -409,8 +409,6 @@ void MainWindow::createMenus()
importKeyMenu->addAction(keyMgmt->importKeyFromKeyServerAct);
keyMenu->addAction(openKeyManagementAct);
- viewMenu = menuBar()->addMenu(tr("&View"));
-
if(settings.value("general/steganography").toBool()) {
steganoMenu = menuBar()->addMenu(tr("&Steganography"));
QAction* cutPgpHeaderAct = new QAction(tr("Remove PGP Header"), this);
@@ -421,6 +419,8 @@ void MainWindow::createMenus()
steganoMenu->addAction(addPgpHeaderAct);
}
+ viewMenu = menuBar()->addMenu(tr("&View"));
+
helpMenu = menuBar()->addMenu(tr("&Help"));
helpMenu->addAction(openTutorialAct);
helpMenu->addAction(openTranslateAct);