EditTextView.st
changeset 3732 30fde62d31e6
parent 3731 041b0c7ad557
child 3780 628343522da5
--- a/EditTextView.st	Thu Oct 16 11:31:53 2008 +0200
+++ b/EditTextView.st	Thu Oct 16 11:38:16 2008 +0200
@@ -5190,10 +5190,11 @@
                     ('Execute Macro'    executeLearnedKeyboardMacro ExecuteKeyboardMacro )
                     ('-'                                        )
                     ('Insert File...'                   insertFile                 )
-                    ('Insert File as String Literal...' insertFileAsStringLiteral  )
                     ('Insert new UUID'                  insertUUID                 )
                     ('Insert Date && Time'              insertDateAndTime          )
-                    ('Paste as String Literal'          pasteAsStringLiteral      )
+                    ('-'                                        )
+                    ('Insert File as String Literal...' insertFileAsStringLiteral  )
+                    ('Paste as String Literal'          pasteAsStringLiteral       )
                     ('-'                                        )
                 ).
     CharacterSetView notNil ifTrue:[
@@ -7340,5 +7341,5 @@
 !EditTextView class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libwidg/EditTextView.st,v 1.439 2008-10-16 09:31:53 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libwidg/EditTextView.st,v 1.440 2008-10-16 09:38:16 cg Exp $'
 ! !