mirror of
https://github.com/flynx/ImageGrid.git
synced 2025-10-29 10:20:08 +00:00
minor menu restructure...
Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
parent
9719df1316
commit
cb6329a9de
@ -2547,7 +2547,7 @@ var FileSystemWriterUIActions = actions.Actions({
|
||||
},
|
||||
// XXX update export state: index, crop, image...
|
||||
// XXX should this be visible directly???
|
||||
exportDialog: ['- File/$Export/Export...',
|
||||
exportDialog: ['- File/Export...',
|
||||
widgets.makeUIDialog(function(mode){
|
||||
var that = this
|
||||
|
||||
@ -2628,9 +2628,9 @@ var FileSystemWriterUIActions = actions.Actions({
|
||||
|
||||
// aliases...
|
||||
// NOTE: .saveWithCommentDialog(..) is another alias (see above)...
|
||||
exportIndexDialog: ['File/Export/$Export Index...',
|
||||
exportIndexDialog: ['File/$Export index...',
|
||||
'exportDialog: "index"'],
|
||||
exportImagesDialog: ['File/Export/Export $Images...',
|
||||
exportImagesDialog: ['File/Export $images...',
|
||||
'exportDialog: "images"'],
|
||||
})
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user