PrintConverter.st
changeset 1467 035afe3aa0ed
parent 1191 fdc4454013e4
child 3458 9fcc98d525df
--- a/PrintConverter.st	Tue Apr 03 18:25:32 2001 +0200
+++ b/PrintConverter.st	Fri Apr 20 11:47:43 2001 +0200
@@ -10,6 +10,8 @@
  hereby transferred.
 "
 
+"{ Package: 'stx:libview2' }"
+
 Object subclass:#PrintConverter
 	instanceVariableNames:'valueToStringBlock stringToValueBlock type'
 	classVariableNames:''
@@ -87,7 +89,7 @@
       (conv printStringFor:false).    
       (conv readValueFrom:'yes').  
       (conv readValueFrom:'no').  
-      'if language is german:'.
+      'if language is #de:'.
       (conv readValueFrom:'ja').    
       (conv readValueFrom:'nein')  
                                                                         [exEnd]
@@ -463,5 +465,5 @@
 !PrintConverter class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libview2/PrintConverter.st,v 1.17 1999-06-25 14:35:06 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libview2/PrintConverter.st,v 1.18 2001-04-20 09:47:43 stefan Exp $'
 ! !