From 6b1fc027cb8a7b7581747e939f2cfbb387c09aba Mon Sep 17 00:00:00 2001
From: svncommit <devs@roundcube.net>
Date: Wed, 27 Sep 2006 01:18:55 -0400
Subject: [PATCH] Fixed editor selector labels, added TinyMCE spellchecker to editor configuration

---
 program/js/editor.js |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/program/js/editor.js b/program/js/editor.js
index 333559c..0af5968 100644
--- a/program/js/editor.js
+++ b/program/js/editor.js
@@ -21,7 +21,7 @@
                   accessibility_focus : false,
                   apply_source_formatting : true,
                   theme : 'advanced',
-                  plugins : 'emotions,table,searchreplace',
+                  plugins : 'emotions,table,searchreplace,spellchecker',
                   theme_advanced_buttons1 : 'bold,italic,underline,separator,strikethrough,justifyleft,justifycenter,justifyright,justifyfull,separator,bullist,numlist,outdent,indent,separator,forecolor,backcolor,formatselect,fontselect,fontsizeselect',
                   theme_advanced_buttons2 : 'undo,redo,image,hr,link,unlink,emotions,charmap,code,separator,search,replace,spellchecker,separator,tablecontrols',
                   theme_advanced_buttons3 : '',

--
Gitblit v1.9.1