Browse Source

[svn r19784] Minor - test improvements see FS#4034

Julio Montoya 16 years ago
parent
commit
c727a61330
1 changed files with 2 additions and 2 deletions
  1. 2 2
      main/inc/lib/fckeditor/myconfig.js

+ 2 - 2
main/inc/lib/fckeditor/myconfig.js

@@ -400,8 +400,8 @@ FCKConfig.ToolbarSets["TestDescription"] = [
 ] ;
 
 FCKConfig.ToolbarSets["QuestionDescription"] = [
-	['Save','FitWindow','-','PasteWord','-','Undo','Redo'],
-    ['Link','Unlink','Anchor'],
+	['FitWindow','-','PasteWord','-','Undo','Redo'],
+    ['Link','Unlink'],
     ['Image','flvPlayer','Flash','EmbedMovies','YouTube','MP3'],
     ['Table','SpecialChar'],
     ['OrderedList','UnorderedList','-','Outdent','Indent','-','TextColor','BGColor'],