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