summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorkintel <kintel@b57f626f-c46c-0410-a088-ec61d464b74c>2009-12-12 21:05:07 (GMT)
committerkintel <kintel@b57f626f-c46c-0410-a088-ec61d464b74c>2009-12-12 21:05:07 (GMT)
commit44357696ed7f7f6b471f87e5f1a353c07e612247 (patch)
treed21f5173f465a2ae3d96c8ff0bcb94700058f8bc
parent4889f4c5bcc53c5d2055e1342329dfaa5c8e73ba (diff)
Old-school reload shortcut should be F3
git-svn-id: http://svn.clifford.at/openscad/trunk@163 b57f626f-c46c-0410-a088-ec61d464b74c
-rw-r--r--mainwin.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/mainwin.cc b/mainwin.cc
index 7bab55c..dfd7166 100644
--- a/mainwin.cc
+++ b/mainwin.cc
@@ -130,7 +130,7 @@ MainWindow::MainWindow(const char *filename)
connect(this->fileActionReload, SIGNAL(triggered()), this, SLOT(actionReload()));
#ifndef __APPLE__
this->fileActionSave->setShortcut(QKeySequence(Qt::Key_F2));
- this->fileActionReload->setShortcut(QKeySequence(Qt::Key_F4));
+ this->fileActionReload->setShortcut(QKeySequence(Qt::Key_F3));
#endif
// Edit menu
contact: Jan Huwald // Impressum