comment only
authorClaus Gittinger <cg@exept.de>
Fri, 06 Mar 2009 16:09:34 +0100
changeset 2610 4315c3f2ab4a
parent 2609 a78a9e0380b1
child 2611 f578b9c43a6f
comment only
WindowBuilder.st
--- a/WindowBuilder.st	Fri Mar 06 16:07:40 2009 +0100
+++ b/WindowBuilder.st	Fri Mar 06 16:09:34 2009 +0100
@@ -528,6 +528,9 @@
 !
 
 resources
+    "return the applications resources - 
+     that's a ResourcePack containing national language strings"
+
     application notNil ifTrue:[
         ^ application resources
     ].
@@ -1529,5 +1532,5 @@
 !WindowBuilder class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libview2/WindowBuilder.st,v 1.137 2009-03-06 11:25:03 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libview2/WindowBuilder.st,v 1.138 2009-03-06 15:09:34 cg Exp $'
 ! !