Skip to content
Snippets Groups Projects
Commit c8e46cc4 authored by Mirko Wächter's avatar Mirko Wächter
Browse files

fixed tooltip

parent ebc8fdfe
No related branches found
No related tags found
No related merge requests found
......@@ -173,7 +173,7 @@ void ScenarioManagerWidgetController::init()
connect(editModeAction, SIGNAL(toggled(bool)), this, SLOT(editMode(bool)));
editModeAction->setCheckable(true);
// editModeAction->setChecked(true);
editModeAction->setToolTip("If toggled the application database and the application property view will be hidden.");
editModeAction->setToolTip("If toggled the application database and the application property view will be shown.");
//Setting Global QSettings
QCoreApplication::setOrganizationName("armarx");
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment