equal
deleted
inserted
replaced
200 |
200 |
201 #editRotate |
201 #editRotate |
202 'Opens a dialog to rotate the image in degrees.' |
202 'Opens a dialog to rotate the image in degrees.' |
203 |
203 |
204 #fileLoadFromClass |
204 #fileLoadFromClass |
205 'Opens a dialog for selecting an image resource method.' |
205 'Opens a dialog for selecting and loading an image from resource method of a class.' |
206 |
|
207 #fileLoadFromClassWithSuperclass |
|
208 'Opens a dialog for opening the resource dialog on a superclass.' |
|
209 |
206 |
210 #fileLoadFromFile |
207 #fileLoadFromFile |
211 'Opens a dialog for selecting an image file.' |
208 'Opens a dialog for selecting and loading an image from a file.' |
212 |
209 |
213 #fileNewImage |
210 #fileNewImage |
214 'Opens a dialog with choices of size and color depth.' |
211 'Opens a dialog with choices of size and color depth to create an new image.' |
215 |
212 |
216 #filePrint |
213 #filePrint |
217 'Print the image on a postscript printer.' |
214 'Print the image on a postscript printer.' |
218 |
215 |
219 #fileSaveAs |
216 #fileSaveAs |
220 'Opens dialog to save the image on a file.' |
217 'Opens dialog to save the image on a file.' |
221 |
218 |
222 #fileSaveFile |
219 #fileSaveFile |
223 'Saves the image on selected file name.' |
220 'Saves current image on current file name.' |
224 |
221 |
225 #fileSaveMaskAs |
222 #fileSaveMaskAs |
226 'Opens dialog to save the mask of the image on a file.' |
223 'Opens dialog to save the mask of the image on a file.' |
227 |
224 |
228 #fileSaveMethod |
225 #fileSaveMethod |