Index: trunk/admin/editor/cmseditor/editor/_source/classes/fcktoolbarspecialcombo.js =================================================================== diff -u -r1695 -r1697 --- trunk/admin/editor/cmseditor/editor/_source/classes/fcktoolbarspecialcombo.js (.../fcktoolbarspecialcombo.js) (revision 1695) +++ trunk/admin/editor/cmseditor/editor/_source/classes/fcktoolbarspecialcombo.js (.../fcktoolbarspecialcombo.js) (revision 1697) @@ -99,6 +99,6 @@ { this.State = FCK_TRISTATE_DISABLED ; this._Combo.DeselectAll() ; - this._Combo.SetLabel( '' ) ; + this._Combo.SetLabel(FCKConfig.DefaultClass) ; this._Combo.SetEnabled( false ) ; } \ No newline at end of file