forked from qt-creator/qt-creator
debugger: remove or rename a few images.
This commit is contained in:
@@ -163,7 +163,7 @@ DebuggerSettings *DebuggerSettings::instance()
|
||||
item->setText(tr("Operate by Instruction"));
|
||||
item->setCheckable(true);
|
||||
item->setDefaultValue(false);
|
||||
item->setIcon(QIcon(":/debugger/images/SingleInstructionMode.png"));
|
||||
item->setIcon(QIcon(":/debugger/images/debugger_singleinstructionmode.png"));
|
||||
item->setToolTip(tr("This switches the debugger to instruction-wise "
|
||||
"operation mode. In this mode, stepping operates on single "
|
||||
"instructions and the source location view also shows the "
|
||||
|
Reference in New Issue
Block a user