debugger: remove or rename a few images.

This commit is contained in:
hjk
2010-03-22 15:04:24 +01:00
parent 481a77111d
commit af14d9fc48
15 changed files with 12 additions and 17 deletions

View File

@@ -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 "