# HG changeset patch # User tz # Date 887902950 -3600 # Node ID 4f3bbe0e547c2a4382c0b267ac546deb29178567 # Parent 495b35593c092fc5d561cb2aab847d79711092a8 some help keys modified diff -r 495b35593c09 -r 4f3bbe0e547c ImageEditor.st --- a/ImageEditor.st Wed Feb 18 22:30:32 1998 +0100 +++ b/ImageEditor.st Thu Feb 19 16:42:30 1998 +0100 @@ -202,16 +202,13 @@ 'Opens a dialog to rotate the image in degrees.' #fileLoadFromClass -'Opens a dialog for selecting an image resource method.' - -#fileLoadFromClassWithSuperclass -'Opens a dialog for opening the resource dialog on a superclass.' +'Opens a dialog for selecting and loading an image from resource method of a class.' #fileLoadFromFile -'Opens a dialog for selecting an image file.' +'Opens a dialog for selecting and loading an image from a file.' #fileNewImage -'Opens a dialog with choices of size and color depth.' +'Opens a dialog with choices of size and color depth to create an new image.' #filePrint 'Print the image on a postscript printer.' @@ -220,7 +217,7 @@ 'Opens dialog to save the image on a file.' #fileSaveFile -'Saves the image on selected file name.' +'Saves current image on current file name.' #fileSaveMaskAs 'Opens dialog to save the mask of the image on a file.'