diff options
author | hjk <[email protected]> | 2010-03-22 15:04:24 +0100 |
---|---|---|
committer | hjk <[email protected]> | 2010-03-22 15:09:41 +0100 |
commit | af14d9fc480237ca7333d8c38bc704eeaf11a5c0 (patch) | |
tree | 88049e6beaa944fa364ac199c966e4a414080429 /src/plugins/debugger/debuggeractions.cpp | |
parent | 481a77111da8594e8703e819eecbad7662f6497b (diff) |
debugger: remove or rename a few images.
Diffstat (limited to 'src/plugins/debugger/debuggeractions.cpp')
-rw-r--r-- | src/plugins/debugger/debuggeractions.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/plugins/debugger/debuggeractions.cpp b/src/plugins/debugger/debuggeractions.cpp index ab91e65df40..e8758c84cff 100644 --- a/src/plugins/debugger/debuggeractions.cpp +++ b/src/plugins/debugger/debuggeractions.cpp @@ -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 " |