Browse Source

[svn r18474] FS#2867 - FCKEditor: A small correction within the configuration file myconfig.js.

Ivan Tcholakov 16 years ago
parent
commit
ddf40248ed
1 changed files with 3 additions and 1 deletions
  1. 3 1
      main/inc/lib/fckeditor/myconfig.js

+ 3 - 1
main/inc/lib/fckeditor/myconfig.js

@@ -358,7 +358,9 @@ FCKConfig.Plugins.Add('MP3', 'en,af,ar,bg,bn,bs,ca,cs,da,de,el,en-au,en-ca,en-uk
 if (!FCK.AdvancedFileManager)
 {
 	// It is not needed in the advanced file manager mode.
-	FCKConfig.Plugins.Add('ImageManager', 'en,de,fr,nl,no,pl,ru,sv') ;
+	// The laanguage sub-system of the Image Manager is different.
+	// There is no need available languages to be enumerated.
+	FCKConfig.Plugins.Add('ImageManager') ;
 }
 
 // This is the old flash plugin. Now the editor has a built-in flash dialog.