From 95e9521eb6eb1dc8e893b6d9595eed6014258a02 Mon Sep 17 00:00:00 2001 From: Eric Marguin Date: Thu, 13 Sep 2007 17:31:51 +0200 Subject: [PATCH] [svn r13018] add the source tool for survey because it's really better with it... --- main/inc/lib/fckeditor/myconfig.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main/inc/lib/fckeditor/myconfig.js b/main/inc/lib/fckeditor/myconfig.js index 10363e77b0..8a2567d2aa 100644 --- a/main/inc/lib/fckeditor/myconfig.js +++ b/main/inc/lib/fckeditor/myconfig.js @@ -61,7 +61,7 @@ FCKConfig.ToolbarSets["Test"] = [ ] ; FCKConfig.ToolbarSets["Survey"] = [ - ['FontSize','Bold','Italic','TextColor','-','OrderedList','UnorderedList','-','Rule','Link','Table','-','ImageManager'] + ['FontSize','Bold','Italic','TextColor','-','OrderedList','UnorderedList','-','Rule','Link','Table','-','ImageManager','Source'] ] ; var sOtherPluginPath = FCKConfig.BasePath.substr(0, FCKConfig.BasePath.length - 7) + 'editor/plugins/' ;