[SSE] Wizard

Rename FunctionWizard -> Function
This commit is contained in:
Alexander Trofimov 2020-05-12 17:54:22 +03:00
parent d1085286ed
commit ef30e2360f

View file

@ -352,7 +352,7 @@ define([
win.setSettings({
api : me.api,
range : !_.isEmpty(input.getValue()) ? input.getValue() : '',
type : Asc.c_oAscSelectionDialogType.FunctionWizard
type : Asc.c_oAscSelectionDialogType.Function
});
}
},