diff --git a/apps/common/main/lib/component/Window.js b/apps/common/main/lib/component/Window.js
index 840f140db..846ac28a8 100644
--- a/apps/common/main/lib/component/Window.js
+++ b/apps/common/main/lib/component/Window.js
@@ -404,8 +404,8 @@ define([
if (!options.width) options.width = 'auto';
var template = '
' +
- '
' +
- '
<%= msg %>' +
+ '<% if (typeof iconCls !== "undefined") { %>
<% } %>' +
+ '
style="padding-left:10px;" <% } %>>
<%= msg %>' +
'<% if (dontshow) { %>
<% } %>' +
'
' +
'
' +
diff --git a/apps/spreadsheeteditor/main/app/controller/DocumentHolder.js b/apps/spreadsheeteditor/main/app/controller/DocumentHolder.js
index c6b114db6..c589e4ce1 100644
--- a/apps/spreadsheeteditor/main/app/controller/DocumentHolder.js
+++ b/apps/spreadsheeteditor/main/app/controller/DocumentHolder.js
@@ -344,7 +344,6 @@ define([
width: 500,
title: this.txtSorting,
msg: this.txtExpandSort,
- iconCls: 'warn',
buttons: [ {caption: this.txtExpand, primary: true, value: 'expand'},
{caption: this.txtSortSelected, primary: true, value: 'sort'},
'cancel'],
diff --git a/apps/spreadsheeteditor/main/app/controller/Toolbar.js b/apps/spreadsheeteditor/main/app/controller/Toolbar.js
index 38d001d64..226a67d4a 100644
--- a/apps/spreadsheeteditor/main/app/controller/Toolbar.js
+++ b/apps/spreadsheeteditor/main/app/controller/Toolbar.js
@@ -846,7 +846,6 @@ define([
width: 500,
title: this.txtSorting,
msg: this.txtExpandSort,
- iconCls: 'warn',
buttons: [ {caption: this.txtExpand, primary: true, value: 'expand'},
{caption: this.txtSortSelected, primary: true, value: 'sort'},
'cancel'],