mirror of
https://github.com/flynx/ImageGrid.git
synced 2025-10-29 02:10: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 update export state: index, crop, image...
|
||||||
// XXX should this be visible directly???
|
// XXX should this be visible directly???
|
||||||
exportDialog: ['- File/$Export/Export...',
|
exportDialog: ['- File/Export...',
|
||||||
widgets.makeUIDialog(function(mode){
|
widgets.makeUIDialog(function(mode){
|
||||||
var that = this
|
var that = this
|
||||||
|
|
||||||
@ -2628,9 +2628,9 @@ var FileSystemWriterUIActions = actions.Actions({
|
|||||||
|
|
||||||
// aliases...
|
// aliases...
|
||||||
// NOTE: .saveWithCommentDialog(..) is another alias (see above)...
|
// NOTE: .saveWithCommentDialog(..) is another alias (see above)...
|
||||||
exportIndexDialog: ['File/Export/$Export Index...',
|
exportIndexDialog: ['File/$Export index...',
|
||||||
'exportDialog: "index"'],
|
'exportDialog: "index"'],
|
||||||
exportImagesDialog: ['File/Export/Export $Images...',
|
exportImagesDialog: ['File/Export $images...',
|
||||||
'exportDialog: "images"'],
|
'exportDialog: "images"'],
|
||||||
})
|
})
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user