class: WindowBuilder
authorClaus Gittinger <cg@exept.de>
Tue, 27 Nov 2012 16:54:14 +0100
changeset 3035 f5bb484a1205
parent 3034 cda16dc4b526
child 3036 158bdd183939
class: WindowBuilder comment/format in: #resources
WindowBuilder.st
--- a/WindowBuilder.st	Sat Nov 24 13:49:46 2012 +0100
+++ b/WindowBuilder.st	Tue Nov 27 16:54:14 2012 +0100
@@ -531,11 +531,11 @@
 !
 
 resources
-    "return the applications resources -
+    "return the application's resources -
      that's a ResourcePack containing national language strings"
 
     application notNil ifTrue:[
-	^ application resources
+        ^ application resources
     ].
     ^ Dialog classResources.
 !
@@ -1624,9 +1624,9 @@
 !WindowBuilder class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libview2/WindowBuilder.st,v 1.150 2011-07-25 15:32:15 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libview2/WindowBuilder.st,v 1.151 2012-11-27 15:54:14 cg Exp $'
 !
 
 version_CVS
-    ^ '$Header: /cvs/stx/stx/libview2/WindowBuilder.st,v 1.150 2011-07-25 15:32:15 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libview2/WindowBuilder.st,v 1.151 2012-11-27 15:54:14 cg Exp $'
 ! !