class: ResourcePack
authorClaus Gittinger <cg@exept.de>
Sun, 01 Mar 2015 22:54:21 +0100
changeset 6799 ee648b604f67
parent 6798 62c531da09f3
child 6805 75f1a86d0357
child 6819 f91377f97414
class: ResourcePack comment/format in: #for:
ResourcePack.st
--- a/ResourcePack.st	Sun Mar 01 17:55:39 2015 +0100
+++ b/ResourcePack.st	Sun Mar 01 22:54:21 2015 +0100
@@ -1,3 +1,5 @@
+"{ Encoding: utf8 }"
+
 "
  COPYRIGHT (c) 1993 by Claus Gittinger
 	      All Rights Reserved
@@ -83,7 +85,7 @@
     all those strings. (find the keys by looking at users of resource or senders
     of 'string:*').
     Notice, that the grammar of different languages may imply a reordering,
-    so the above string becomes the german 'wollen Sie %1 wirklich löschen';
+    so the above string becomes the german 'wollen Sie %1 wirklich löschen';
     so using percent-placeholders is much better than simple concatenations of
     arguments to the question.
 
@@ -232,6 +234,7 @@
      ResourcePack for:View      
      ResourcePack for:ErrorLogger 
      ResourcePack for:NewLauncher 
+     ResourcePack for:SmallSense::SettingsAppl
      Workspace classResources
     "
 
@@ -1563,11 +1566,11 @@
 !ResourcePack class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libview/ResourcePack.st,v 1.161 2015-02-13 21:55:00 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libview/ResourcePack.st,v 1.162 2015-03-01 21:54:21 cg Exp $'
 !
 
 version_CVS
-    ^ '$Header: /cvs/stx/stx/libview/ResourcePack.st,v 1.161 2015-02-13 21:55:00 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libview/ResourcePack.st,v 1.162 2015-03-01 21:54:21 cg Exp $'
 ! !