diff options
Diffstat (limited to 'languages/cpp/debugger/debuggerpart.cpp')
-rw-r--r-- | languages/cpp/debugger/debuggerpart.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/languages/cpp/debugger/debuggerpart.cpp b/languages/cpp/debugger/debuggerpart.cpp index 3cae3762..380e7ac5 100644 --- a/languages/cpp/debugger/debuggerpart.cpp +++ b/languages/cpp/debugger/debuggerpart.cpp @@ -111,7 +111,7 @@ DebuggerPart::DebuggerPart( TQObject *parent, const char *name, const TQStringLi "breakpoint item allows you to change " "the breakpoint and will take you " "to the source in the editor window.")); - gdbBreakpointWidget->setIcon( SmallIcon("stop") ); + gdbBreakpointWidget->setIcon( SmallIcon("process-stop") ); mainWindow()->embedOutputView(gdbBreakpointWidget, i18n("Breakpoints"), i18n("Debugger breakpoints")); variableWidget = new VariableWidget( controller, @@ -207,7 +207,7 @@ DebuggerPart::DebuggerPart( TQObject *parent, const char *name, const TQStringLi action->setEnabled(false); - action = new TDEAction(i18n("Sto&p"), "stop", 0, + action = new TDEAction(i18n("Sto&p"), "process-stop", 0, this, TQT_SLOT(slotStop()), actionCollection(), "debug_stop"); action->setToolTip( i18n("Stop debugger") ); |