AbstractLauncherApplication.st
changeset 8861 e25bd593adde
parent 8847 af6d9ecd60dd
child 8883 495da15d37dc
--- a/AbstractLauncherApplication.st	Sat Oct 03 13:00:13 2009 +0200
+++ b/AbstractLauncherApplication.st	Sat Oct 03 13:32:34 2009 +0200
@@ -1084,7 +1084,7 @@
 
     UserPreferences systemBrowserClass
         browseMethods:(WrappedMethod allInstances)
-        title:'all breakPointed/traced methods'
+        title:'All breakPointed/traced methods'
 !
 
 browseImplementors
@@ -6711,9 +6711,9 @@
 !AbstractLauncherApplication class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libtool/AbstractLauncherApplication.st,v 1.380 2009-10-02 08:44:40 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libtool/AbstractLauncherApplication.st,v 1.381 2009-10-03 11:32:34 cg Exp $'
 !
 
 version_CVS
-    ^ '$Header: /cvs/stx/stx/libtool/AbstractLauncherApplication.st,v 1.380 2009-10-02 08:44:40 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libtool/AbstractLauncherApplication.st,v 1.381 2009-10-03 11:32:34 cg Exp $'
 ! !