diff --git a/apps/spreadsheeteditor/main/app/controller/Main.js b/apps/spreadsheeteditor/main/app/controller/Main.js index da415ba53..01fe651fa 100644 --- a/apps/spreadsheeteditor/main/app/controller/Main.js +++ b/apps/spreadsheeteditor/main/app/controller/Main.js @@ -81,7 +81,7 @@ define([ // Initialize api this.api = new Asc.spreadsheet_api("editor_sdk", "ce-cell-content"); this.api.asc_setFontRenderingMode(parseInt(value)); - this.api.asc_SetFontsPath("../../../../sdkjs/Fonts/"); + this.api.asc_SetFontsPath("../../../../sdkjs/fonts/"); this.api.asc_registerCallback('asc_onOpenDocumentProgress', _.bind(this.onOpenDocument, this)); this.api.asc_registerCallback('asc_onEndAction', _.bind(this.onLongActionEnd, this)); @@ -1742,4 +1742,4 @@ define([ warnNoLicense: 'The license expired. You cannot create or edit files.
Click the \'Buy now\' button to prolong the license.' } })(), SSE.Controllers.Main || {})) -}); \ No newline at end of file +});