AbstractSettingsApplication.st
changeset 7872 d35c66ad7c8f
parent 7846 eb2b9e7afcc2
child 7906 cdf1b4ddf194
--- a/AbstractSettingsApplication.st	Thu Oct 25 21:16:16 2007 +0200
+++ b/AbstractSettingsApplication.st	Thu Oct 25 21:16:32 2007 +0200
@@ -340,6 +340,9 @@
 !
 
 resourcePackName
+    "return the name which is used as the fileNameBase of my resource file.
+     Here, use the same resources as the Launcher"
+
     ^ AbstractLauncherApplication resourcePackName
 ! !
 
@@ -14406,5 +14409,5 @@
 !AbstractSettingsApplication class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libtool/AbstractSettingsApplication.st,v 1.280 2007-09-20 14:07:49 cg Exp $'
-! !
+    ^ '$Header: /cvs/stx/stx/libtool/AbstractSettingsApplication.st,v 1.281 2007-10-25 19:16:32 cg Exp $'
+! !