[prev in list] [next in list] [prev in thread] [next in thread] 

List:       kdevelop-bugs
Subject:    [Bug 84784] when restarting debug, the icon does not change to "continue" but stays at "restart"
From:       kdevelop-bugs-admin () barney ! cs ! uni-potsdam ! de
Date:       2004-08-01 15:01:54
Message-ID: 20040801150154.16596.qmail () ktown ! kde ! org
[Download RAW message or body]

------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
      
http://bugs.kde.org/show_bug.cgi?id=84784      
jens.dagerbo swipnet se changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |FIXED



------- Additional Comments From jens.dagerbo swipnet se  2004-08-01 17:01 -------
CVS commit by dagerbo: 

Simple UI fix.

CCMAIL: 84784-done bugs kde org


  M +9 -0      debuggerpart.cpp   1.99


--- kdevelop/languages/cpp/debugger/debuggerpart.cpp  #1.98:1.99
 @ -694,4 +694,13  @ void DebuggerPart::slotRun()
     else
     {
+        KActionCollection *ac = actionCollection();
+        ac->action("debug_run")->setText( i18n("&Continue") );
+        ac->action("debug_run")->setStatusText( i18n("Continues the application execution") );
+        ac->action("debug_run")->setWhatsThis( i18n("Continue application execution\n\n"
+            "Continues the execution of your application in the "
+            "debugger. This only takes effect when the application "
+            "has been halted by the debugger (i.e. a breakpoint has "
+            "been activated or the interrupt was pressed).") );
+
         mainWindow()->statusBar()->message(i18n("Continuing program"), 1000);
     }


[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic