Skip to content

Commit

Permalink
Add (Esc) to tooltip for Selection Mode icon (#993)
Browse files Browse the repository at this point in the history
  • Loading branch information
scpeters committed Dec 30, 2013
1 parent ffde713 commit 50d156c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions gazebo/gui/MainWindow.cc
Original file line number Diff line number Diff line change
Expand Up @@ -856,6 +856,7 @@ void MainWindow::CreateActions()
g_arrowAct->setStatusTip(tr("Move camera"));
g_arrowAct->setCheckable(true);
g_arrowAct->setChecked(true);
g_arrowAct->setToolTip(tr("Selection Mode (Esc)"));
connect(g_arrowAct, SIGNAL(triggered()), this, SLOT(Arrow()));

g_translateAct = new QAction(QIcon(":/images/translate.png"),
Expand Down

0 comments on commit 50d156c

Please sign in to comment.