forked from qt-creator/qt-creator
Debugger: Fix typo leading to wrong settings behavior
Change-Id: I352346c5b1c644ccba46fd573e31f3f03877de26 Reviewed-by: Christian Stenger <christian.stenger@qt.io>
This commit is contained in:
@@ -530,7 +530,7 @@ DebuggerSettings::DebuggerSettings()
|
|||||||
insertItem(UseToolTipsInBreakpointsView, item);
|
insertItem(UseToolTipsInBreakpointsView, item);
|
||||||
|
|
||||||
item = new SavedAction(this);
|
item = new SavedAction(this);
|
||||||
item->setSettingsKey(debugModeGroup, QLatin1String("UseToolTipsInBreakpointsView"));
|
item->setSettingsKey(debugModeGroup, QLatin1String("UseToolTipsInStackView"));
|
||||||
item->setText(tr("Use Tooltips in Stack View when Debugging"));
|
item->setText(tr("Use Tooltips in Stack View when Debugging"));
|
||||||
item->setToolTip(tr("<p>Checking this will enable tooltips in the stack "
|
item->setToolTip(tr("<p>Checking this will enable tooltips in the stack "
|
||||||
"view during debugging."));
|
"view during debugging."));
|
||||||
|
|||||||
Reference in New Issue
Block a user