diff --git a/ui (gen4)/features/filesystem.js b/ui (gen4)/features/filesystem.js index b678a20b..3c926b56 100755 --- a/ui (gen4)/features/filesystem.js +++ b/ui (gen4)/features/filesystem.js @@ -2448,12 +2448,12 @@ var FileSystemWriterUIActions = actions.Actions({ core.doc`Save changes... NOTE: if .location is empty this will prompt user for save path by - launching .browseExportIndex(..) + launching .exportIndexDialog(..) `, function(){ this.location.path ? this.saveIndex() - : this.browseExportIndex() }], + : this.exportIndexDialog() }], // XXX should this be a UI action??? // ...at this point this depends on .saveIndexHere(..), thus // it is here...