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

List:       kde-i18n-doc
Subject:    Fwd: kdevelop/languages/cpp/debugger
From:       Nicolas Goutte <nicolasg () snafu ! de>
Date:       2004-08-01 15:12:29
Message-ID: 200408011712.29890.nicolasg () snafu ! de
[Download RAW message or body]

I do not know if the messages already exist, however it seems to be able to 
confuse the user.

Have a nice day!

----------  Forwarded Message  ----------

Subject: kdevelop/languages/cpp/debugger
Date: Sunday 01 August 2004 17:01
From: Jens Dagerbo <jens.dagerbo@swipnet.se>
To: kde-cvs@kde.org
Cc: 84784-done@bugs.kde.org

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