From bc4c8cb5a5aca04da81b3ed2fa2911a98dcf9066 Mon Sep 17 00:00:00 2001 From: "Alex A. Naanou" Date: Tue, 31 Dec 2019 19:52:32 +0300 Subject: [PATCH] minor fix... Signed-off-by: Alex A. Naanou --- ui (gen4)/features/filesystem.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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...