This commit is contained in:
Julia Radzhabova 2018-09-27 16:12:19 +03:00
parent 470a0483bb
commit 641e5813af
4 changed files with 4 additions and 4 deletions

View file

@ -361,7 +361,7 @@ define([
me._saveCopyDlg.on('saveaserror', function(obj, err){
var config = {
closable: false,
title: this.notcriticalErrorTitle,
title: me.notcriticalErrorTitle,
msg: err,
iconCls: 'warn',
buttons: ['ok'],

View file

@ -553,7 +553,7 @@ define([
}).on('saveaserror', function(obj, err){ // save last folder
var config = {
closable: false,
title: this.notcriticalErrorTitle,
title: me.notcriticalErrorTitle,
msg: err,
iconCls: 'warn',
buttons: ['ok'],

View file

@ -273,7 +273,7 @@ define([
me._saveCopyDlg.on('saveaserror', function(obj, err){
var config = {
closable: false,
title: this.notcriticalErrorTitle,
title: me.notcriticalErrorTitle,
msg: err,
iconCls: 'warn',
buttons: ['ok'],

View file

@ -318,7 +318,7 @@ define([
me._saveCopyDlg.on('saveaserror', function(obj, err){
var config = {
closable: false,
title: this.textWarning,
title: me.textWarning,
msg: err,
iconCls: 'warn',
buttons: ['ok'],