*** empty log message ***
authorClaus Gittinger <cg@exept.de>
Mon, 26 Feb 1996 23:54:41 +0100
changeset 168 a43c422d48a3
parent 167 00fc2dcbb6cb
child 169 a278df547e70
*** empty log message ***
resources/ApplicationModel.rs
--- a/resources/ApplicationModel.rs	Sat Feb 24 21:13:13 1996 +0100
+++ b/resources/ApplicationModel.rs	Mon Feb 26 23:54:41 1996 +0100
@@ -6,12 +6,12 @@
 ; for convenience and to avoid having them dublicated
 ; in every subclass.
 ;
-; $Header: /cvs/stx/stx/libview2/resources/Attic/ApplicationModel.rs,v 1.9 1996-02-23 21:42:20 cg Exp $
+; $Header: /cvs/stx/stx/libview2/resources/Attic/ApplicationModel.rs,v 1.10 1996-02-26 22:54:41 cg Exp $
 ;
 ; this file may contain 8bit national characters;
 ; DONT EDIT this file with an old vi !
 
-'PREFERRED_FONT_ENCODING'         'ISO8859*'
+'PREFERRED_FONT_ENCODING'         'iso8859*'
 
 #if (Language == #german) or:[Language == #de]
 
@@ -122,5 +122,5 @@
 
 #if (Language == #japanese)
 # include 'AppModel.jp.rs'
-'PREFERRED_FONT_ENCODING'         'JIS*'
+'PREFERRED_FONT_ENCODING'         'jis*'
 #endif