Fix Bug 55064
This commit is contained in:
parent
f52b50ae67
commit
dbb5613fe4
|
@ -314,7 +314,6 @@ define([
|
||||||
options.asc_setTextParams(textParams);
|
options.asc_setTextParams(textParams);
|
||||||
if (format == Asc.c_oAscFileType.TXT || format == Asc.c_oAscFileType.RTF) {
|
if (format == Asc.c_oAscFileType.TXT || format == Asc.c_oAscFileType.RTF) {
|
||||||
Common.UI.warning({
|
Common.UI.warning({
|
||||||
closable: false,
|
|
||||||
title: this.notcriticalErrorTitle,
|
title: this.notcriticalErrorTitle,
|
||||||
msg: (format == Asc.c_oAscFileType.TXT) ? this.warnDownloadAs : this.warnDownloadAsRTF,
|
msg: (format == Asc.c_oAscFileType.TXT) ? this.warnDownloadAs : this.warnDownloadAsRTF,
|
||||||
buttons: ['ok', 'cancel'],
|
buttons: ['ok', 'cancel'],
|
||||||
|
|
|
@ -1289,7 +1289,6 @@ define([
|
||||||
!Common.Utils.ModalWindow.isVisible() &&
|
!Common.Utils.ModalWindow.isVisible() &&
|
||||||
Common.UI.warning({
|
Common.UI.warning({
|
||||||
width: 500,
|
width: 500,
|
||||||
closable: false,
|
|
||||||
msg: this.confirmAddFontName,
|
msg: this.confirmAddFontName,
|
||||||
buttons: ['yes', 'no'],
|
buttons: ['yes', 'no'],
|
||||||
primary: 'yes',
|
primary: 'yes',
|
||||||
|
|
|
@ -1272,7 +1272,6 @@ define([
|
||||||
!Common.Utils.ModalWindow.isVisible() &&
|
!Common.Utils.ModalWindow.isVisible() &&
|
||||||
Common.UI.warning({
|
Common.UI.warning({
|
||||||
width: 500,
|
width: 500,
|
||||||
closable: false,
|
|
||||||
msg: this.confirmAddFontName,
|
msg: this.confirmAddFontName,
|
||||||
buttons: ['yes', 'no'],
|
buttons: ['yes', 'no'],
|
||||||
primary: 'yes',
|
primary: 'yes',
|
||||||
|
|
|
@ -1573,7 +1573,6 @@ define([
|
||||||
!Common.Utils.ModalWindow.isVisible() &&
|
!Common.Utils.ModalWindow.isVisible() &&
|
||||||
Common.UI.warning({
|
Common.UI.warning({
|
||||||
width: 500,
|
width: 500,
|
||||||
closable: false,
|
|
||||||
msg: this.confirmAddFontName,
|
msg: this.confirmAddFontName,
|
||||||
buttons: ['yes', 'no'],
|
buttons: ['yes', 'no'],
|
||||||
primary: 'yes',
|
primary: 'yes',
|
||||||
|
|
Loading…
Reference in a new issue