changed:
authorClaus Gittinger <cg@exept.de>
Sat, 24 Mar 2012 20:06:03 +0100
changeset 11464 f01fc1e7f6a9
parent 11463 8a36754c05b5
child 11465 b00c879602f1
changed: #openTranscriptDebugDialog #openTranscriptTraceDialog
NewLauncher.st
--- a/NewLauncher.st	Fri Mar 23 19:10:47 2012 +0100
+++ b/NewLauncher.st	Sat Mar 24 20:06:03 2012 +0100
@@ -4588,7 +4588,7 @@
     |pattern|
 
     pattern := Dialog 
-                request:('Enter GLOB matchpattern for message text\(to enter breakpoint if matching text is sent to the Transcript)\\Empty to disable.' withCRs)
+                request:('Enter GLOB matchpattern for message text\(Breakpoint if matching text is sent to the Transcript)\\Empty to disable, * for any text.' withCRs)
                 initialAnswer:(Transcript class debugSendersOfMessagePattern).
     pattern isNil ifTrue:[^ self].
 
@@ -4601,7 +4601,7 @@
     |pattern|
 
     pattern := Dialog 
-                request:('Enter GLOB matchpattern for message text\(to trace who sends matching text to the Transcript)\\Empty to disable.' withCRs)
+                request:('Enter GLOB matchpattern for message text\(Trace who sends matching text to the Transcript)\\Empty to disable, * for any.' withCRs)
                 initialAnswer:(Transcript class traceSendersOfMessagePattern).
     pattern isNil ifTrue:[^ self].
 
@@ -4881,11 +4881,11 @@
 !NewLauncher class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libtool/NewLauncher.st,v 1.425 2012-02-28 10:58:29 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libtool/NewLauncher.st,v 1.426 2012-03-24 19:06:03 cg Exp $'
 !
 
 version_CVS
-    ^ '$Header: /cvs/stx/stx/libtool/NewLauncher.st,v 1.425 2012-02-28 10:58:29 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libtool/NewLauncher.st,v 1.426 2012-03-24 19:06:03 cg Exp $'
 !
 
 version_SVN