FileApplicationNoteBook.st
changeset 17748 a6fa310e77f5
parent 17747 64097efde393
child 17749 62a0200567c5
--- a/FileApplicationNoteBook.st	Sun Nov 12 12:47:39 2017 +0100
+++ b/FileApplicationNoteBook.st	Sun Nov 12 12:50:11 2017 +0100
@@ -5142,12 +5142,12 @@
                      (MenuItem
                         label: 'Ascii7'
                         itemValue: characterEncodingInDump:
-                        argument: asii7
+                        argument: ascii7
                       )
                      (MenuItem
                         label: 'EBCDIC'
                         itemValue: characterEncodingInDump:
-                        argument: encdic
+                        argument: ebcdic
                       )
                      )
                     nil
@@ -5202,7 +5202,7 @@
         nil
       )
 
-    "Modified: / 12-11-2017 / 12:23:18 / cg"
+    "Modified: / 12-11-2017 / 12:49:58 / cg"
 !
 
 menuEditorOperationsForHTML