Moved full screen button at beginning

SVN revision: 1904
This commit is contained in:
Stefan Ritt 2007-08-06 11:32:08 +00:00
parent bb67477106
commit fd70224af7

View File

@ -3,7 +3,7 @@
*/ */
FCKConfig.ToolbarSets["Default"] = [ FCKConfig.ToolbarSets["Default"] = [
['Source','-','Save','Preview'], ['Source','FitWindow','-','Save','Preview'],
['Cut','Copy','Paste','PasteText','PasteWord','-','Print','SpellCheck'], ['Cut','Copy','Paste','PasteText','PasteWord','-','Print','SpellCheck'],
['Undo','Redo','-','Find','Replace','-','SelectAll','RemoveFormat'], ['Undo','Redo','-','Find','Replace','-','SelectAll','RemoveFormat'],
['Bold','Italic','Underline','StrikeThrough','-','Subscript','Superscript'], ['Bold','Italic','Underline','StrikeThrough','-','Subscript','Superscript'],
@ -11,10 +11,9 @@ FCKConfig.ToolbarSets["Default"] = [
['JustifyLeft','JustifyCenter','JustifyRight','JustifyFull'], ['JustifyLeft','JustifyCenter','JustifyRight','JustifyFull'],
['Link','Unlink','Anchor'], ['Link','Unlink','Anchor'],
['Image','Table','Rule','Smiley','SpecialChar'], ['Image','Table','Rule','Smiley','SpecialChar'],
'/',
['Style','FontFormat','FontName','FontSize'], ['Style','FontFormat','FontName','FontSize'],
['TextColor','BGColor'], ['TextColor','BGColor'],
['FitWindow','-','About'] ['About']
] ; ] ;
FCKConfig.Keystrokes = [ FCKConfig.Keystrokes = [