From 86c2eac59387141aba80b20822923e1ac8154fdb Mon Sep 17 00:00:00 2001 From: Julia Radzhabova Date: Fri, 24 Mar 2017 14:53:46 +0300 Subject: [PATCH] [SSE] Fix Bug 34515. --- apps/spreadsheeteditor/main/app/view/FormatSettingsDialog.js | 1 + 1 file changed, 1 insertion(+) diff --git a/apps/spreadsheeteditor/main/app/view/FormatSettingsDialog.js b/apps/spreadsheeteditor/main/app/view/FormatSettingsDialog.js index 7dcb51b14..2f2e996ce 100644 --- a/apps/spreadsheeteditor/main/app/view/FormatSettingsDialog.js +++ b/apps/spreadsheeteditor/main/app/view/FormatSettingsDialog.js @@ -294,6 +294,7 @@ define([ this.cmbType.setValue(this.api.asc_getLocaleExample(props.format, 38822)); } this.Format = props.format; + this.lblExample.text(this.api.asc_getLocaleExample(this.Format)); } // for fraction - if props.format not in cmbType - setValue(this.txtCustom) // for date/time - if props.format not in cmbType - setValue(this.api.asc_getLocaleExample(props.format, 38822))