minor menu restructure...

Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
Alex A. Naanou 2019-04-17 02:32:41 +03:00
parent 9719df1316
commit cb6329a9de

View File

@ -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"'],
}) })