Mercurial > hg > sonic-visualiser
diff main/MainWindow.cpp @ 462:083182cde1c7 toggle
Textual changes only
author | Chris Cannam |
---|---|
date | Thu, 21 Jul 2011 10:12:56 +0100 |
parents | f8f74f1b5b4f |
children | af0a2d9ece0c |
line wrap: on
line diff
--- a/main/MainWindow.cpp Thu Jul 21 09:58:12 2011 +0100 +++ b/main/MainWindow.cpp Thu Jul 21 10:12:56 2011 +0100 @@ -740,13 +740,13 @@ m_viewToolBar = addToolBar(tr("View Toolbar")); - m_keyReference->setCategory(tr("User Interface design")); + m_keyReference->setCategory(tr("Display Features")); QIcon icon = il.load("toggle16"); icon.addPixmap(il.loadPixmap("toggle22")); action = new QAction(icon,tr("Minimal Mode"), this); action->setShortcut(tr("C")); - action->setStatusTip(tr("Activates the Minimal Mode")); + action->setStatusTip(tr("Switch between minimal and full view modes")); connect(action, SIGNAL(triggered()), this, SLOT(toggleViewMode())); action->setCheckable(true);