class: Tools::CodeView2
authorClaus Gittinger <cg@exept.de>
Fri, 21 Jun 2013 09:44:19 +0200
changeset 12966 2818d8c28622
parent 12965 71cb8ce508f0
child 12967 d71396db9fa0
class: Tools::CodeView2
Tools__CodeView2.st
--- a/Tools__CodeView2.st	Fri Jun 21 02:49:58 2013 +0200
+++ b/Tools__CodeView2.st	Fri Jun 21 09:44:19 2013 +0200
@@ -2151,10 +2151,10 @@
         bpntService hasBreakpoints ifFalse:[
             ^ 'Sorry - cannot add breakpoint in the debugger (would need recompilation)\(can only add breakpoints if stopped at a method breakpoint)' withCRs
         ].
-        ^ 'Click to toggle existing breakpoint. Shift-Click to toggle tracepoint.\Sorry - cannot add new breakpoint if method is already entered\(i.e. if not stopped at a method breakpoint).' withCRs
+        ^ 'XClick to toggle existing breakpoint. Shift-Click to toggle tracepoint.\Sorry - cannot add new breakpoint if method is already entered\(i.e. if not stopped at a method breakpoint).' withCRs
     ].
 
-    ^ 'Click to toggle breakpoint. Shift-Click to toggle tracepoint.'
+    ^ 'XClick to toggle breakpoint. Shift-Click to toggle tracepoint.'
 
     "Created: / 27-01-2012 / 14:04:52 / cg"
 ! !
@@ -3492,15 +3492,15 @@
 !CodeView2 class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libtool/Tools__CodeView2.st,v 1.82 2013-06-21 00:43:54 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libtool/Tools__CodeView2.st,v 1.83 2013-06-21 07:44:19 cg Exp $'
 !
 
 version_CVS
-    ^ '$Header: /cvs/stx/stx/libtool/Tools__CodeView2.st,v 1.82 2013-06-21 00:43:54 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libtool/Tools__CodeView2.st,v 1.83 2013-06-21 07:44:19 cg Exp $'
 !
 
 version_SVN
-    ^ '$Id: Tools__CodeView2.st,v 1.82 2013-06-21 00:43:54 cg Exp $'
+    ^ '$Id: Tools__CodeView2.st,v 1.83 2013-06-21 07:44:19 cg Exp $'
 ! !