ImageEditor.st
changeset 1715 9eebdb3802aa
parent 1713 088ff38c03a5
child 1716 5ae373f6fef0
--- a/ImageEditor.st	Wed May 07 16:13:09 2003 +0200
+++ b/ImageEditor.st	Wed May 07 16:37:42 2003 +0200
@@ -3219,7 +3219,7 @@
     "Modified: / 10.2.2000 / 23:17:43 / cg"
 ! !
 
-!ImageEditor methodsFor:'user actions - colormap'!
+!ImageEditor methodsFor:'user actions-colormap'!
 
 addColorToColormap
     self addColorToColormap:(Color black)
@@ -4020,7 +4020,7 @@
     "Created: / 30.9.1998 / 23:51:23 / cg"
 ! !
 
-!ImageEditor methodsFor:'user actions - editing'!
+!ImageEditor methodsFor:'user actions-editing'!
 
 doBrowseClass
     "opens a System Browser on the resourceClass and the resourceSelector"
@@ -4378,7 +4378,7 @@
     imageEditView undo.
 ! !
 
-!ImageEditor methodsFor:'user actions - loading'!
+!ImageEditor methodsFor:'user actions-loading'!
 
 doLoadFromClass
     "opens a dialog for loading an image from class and a (resource-) selector"
@@ -4558,7 +4558,7 @@
 
 ! !
 
-!ImageEditor methodsFor:'user actions - saving'!
+!ImageEditor methodsFor:'user actions-saving'!
 
 doPrint
     "prints current image on the current printer"
@@ -4622,7 +4622,7 @@
     TextBox openOn:img storeString
 ! !
 
-!ImageEditor methodsFor:'user actions - settings'!
+!ImageEditor methodsFor:'user actions-settings'!
 
 doChangeGridMagnification
     "change grid magnification"