summaryrefslogtreecommitdiff
path: root/mainwin.cc
diff options
context:
space:
mode:
authorclifford <clifford@b57f626f-c46c-0410-a088-ec61d464b74c>2009-10-26 12:16:41 (GMT)
committerclifford <clifford@b57f626f-c46c-0410-a088-ec61d464b74c>2009-10-26 12:16:41 (GMT)
commit1047bd0700842ac2f5f747fe7e5417a0336244a7 (patch)
tree5f2498ae6f1a4eb0046ede3e28ec7785fa08375b /mainwin.cc
parentdc1450e47ff30b2b137c0fb65c5e9798f098a419 (diff)
Clifford Wolf:
Typo fix s/axis/axes/g git-svn-id: http://svn.clifford.at/openscad/trunk@121 b57f626f-c46c-0410-a088-ec61d464b74c
Diffstat (limited to 'mainwin.cc')
-rw-r--r--mainwin.cc8
1 files changed, 4 insertions, 4 deletions
diff --git a/mainwin.cc b/mainwin.cc
index 1e4876a..f28e679 100644
--- a/mainwin.cc
+++ b/mainwin.cc
@@ -184,8 +184,8 @@ MainWindow::MainWindow(const char *filename)
menu->addSeparator();
actViewModeShowEdges = menu->addAction("Show Edges", this, SLOT(viewModeShowEdges()), QKeySequence(Qt::CTRL + Qt::Key_1));
actViewModeShowEdges->setCheckable(true);
- actViewModeShowAxis = menu->addAction("Show Axis", this, SLOT(viewModeShowAxis()), QKeySequence(Qt::CTRL + Qt::Key_2));
- actViewModeShowAxis->setCheckable(true);
+ actViewModeShowAxes = menu->addAction("Show Axes", this, SLOT(viewModeShowAxes()), QKeySequence(Qt::CTRL + Qt::Key_2));
+ actViewModeShowAxes->setCheckable(true);
actViewModeShowCrosshairs = menu->addAction("Show Crosshairs", this, SLOT(viewModeShowCrosshairs()), QKeySequence(Qt::CTRL + Qt::Key_3));
actViewModeShowCrosshairs->setCheckable(true);
actViewModeAnimate = menu->addAction("Animate", this, SLOT(viewModeAnimate()));
@@ -1166,9 +1166,9 @@ void MainWindow::viewModeShowEdges()
screen->updateGL();
}
-void MainWindow::viewModeShowAxis()
+void MainWindow::viewModeShowAxes()
{
- screen->showaxis = actViewModeShowAxis->isChecked();
+ screen->showaxes = actViewModeShowAxes->isChecked();
screen->updateGL();
}
contact: Jan Huwald // Impressum