summaryrefslogtreecommitdiff
path: root/src/mainwindow.cc
diff options
context:
space:
mode:
Diffstat (limited to 'src/mainwindow.cc')
-rw-r--r--src/mainwindow.cc1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mainwindow.cc b/src/mainwindow.cc
index 7973b1f..785c5e2 100644
--- a/src/mainwindow.cc
+++ b/src/mainwindow.cc
@@ -75,6 +75,7 @@ MainWindow::MainWindow(Settings& settings)
connect(act_load_project, SIGNAL(triggered()), this, SLOT(loadProject()));
act_save_project = new QAction(tr("&Save Project"), this);
+ act_save_project->setShortcut(QKeySequence::Save);
fileMenu->addAction(act_save_project);
connect(act_save_project, SIGNAL(triggered()), this, SLOT(saveProject()));