Do not use obsolete methods
authorStefan Vogel <sv@exept.de>
Wed, 19 Jun 2013 08:29:40 +0200
changeset 12928 a59e4bd2adcc
parent 12927 e438d2143000
child 12929 89567fa780c5
Do not use obsolete methods
AbstractLauncherApplication.st
--- a/AbstractLauncherApplication.st	Wed Jun 19 08:29:38 2013 +0200
+++ b/AbstractLauncherApplication.st	Wed Jun 19 08:29:40 2013 +0200
@@ -6444,7 +6444,7 @@
 '.
 
     coloredText := '' asValue.
-    recolorAction := [ coloredText value:(SyntaxHighlighter formatMethod:exampleText in:nil) ].
+    recolorAction := [ coloredText value:(SyntaxHighlighter formatMethodSource:exampleText in:nil) ].
     recolorAction value.
 
     "/
@@ -7019,14 +7019,14 @@
 !AbstractLauncherApplication class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libtool/AbstractLauncherApplication.st,v 1.431 2013-06-05 13:22:08 stefan Exp $'
+    ^ '$Header: /cvs/stx/stx/libtool/AbstractLauncherApplication.st,v 1.432 2013-06-19 06:29:40 stefan Exp $'
 !
 
 version_CVS
-    ^ '$Header: /cvs/stx/stx/libtool/AbstractLauncherApplication.st,v 1.431 2013-06-05 13:22:08 stefan Exp $'
+    ^ '$Header: /cvs/stx/stx/libtool/AbstractLauncherApplication.st,v 1.432 2013-06-19 06:29:40 stefan Exp $'
 !
 
 version_SVN
-    ^ '$Id: AbstractLauncherApplication.st,v 1.431 2013-06-05 13:22:08 stefan Exp $'
+    ^ '$Id: AbstractLauncherApplication.st,v 1.432 2013-06-19 06:29:40 stefan Exp $'
 ! !