AbstractLauncherApplication.st
changeset 7899 f33a16fa5301
parent 7882 1f5e30497c9a
child 7929 04fe3c979a94
--- a/AbstractLauncherApplication.st	Fri Nov 23 18:05:02 2007 +0100
+++ b/AbstractLauncherApplication.st	Fri Nov 23 18:05:24 2007 +0100
@@ -1421,6 +1421,12 @@
 
 !
 
+flushCachedResources
+    "flush all cached resources (e.g. translations)."
+
+    Smalltalk changed:#Language.  "this flushes everything"
+!
+
 garbageCollect
     "perform a non-compressing garbageCollect"
 
@@ -6558,5 +6564,5 @@
 !AbstractLauncherApplication class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libtool/AbstractLauncherApplication.st,v 1.349 2007-11-05 11:55:18 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libtool/AbstractLauncherApplication.st,v 1.350 2007-11-23 17:05:24 stefan Exp $'
 ! !