* don't display spell check button (needs some cleanup on server side)

This commit is contained in:
Lars Kneschke 2006-11-07 18:21:18 +00:00
parent 8a0f08b54f
commit e186062d63

View File

@ -1,4 +1,4 @@
/*
/*
* FCKeditor - The text editor for internet
* Copyright (C) 2003-2006 Frederico Caldeira Knabben
*
@ -108,7 +108,6 @@ FCKConfig.ToolbarSets["Basic"] = [
FCKConfig.ToolbarSets["egw_simple"] = [
['Bold','Italic','Underline','-','JustifyLeft','JustifyCenter','JustifyRight','JustifyFull','-','UnorderedList','OrderedList','Outdent','Indent','Undo','Redo'],
['SpellCheck'],
'/',
['FontFormat','FontName','FontSize'],
['TextColor','BGColor']