]> git.donarmstrong.com Git - roundcube.git/blob - debian/patches/disable-tinymce-spellchecker.patch
Merge commit 'upstream/0.1.1'
[roundcube.git] / debian / patches / disable-tinymce-spellchecker.patch
1 --- roundcube-0.1/program/js/editor.js~ 2008-02-13 04:31:05.000000000 +0100
2 +++ roundcube-0.1/program/js/editor.js  2008-03-07 09:53:39.000000000 +0100
3 @@ -21,7 +21,7 @@
4                   accessibility_focus : false,
5                   apply_source_formatting : true,
6                   theme : 'advanced',
7 -                 plugins : 'emotions,media,nonbreaking,table,searchreplace,spellchecker,visualchars',
8 +                 plugins : 'emotions,media,nonbreaking,table,searchreplace,visualchars',
9                   theme_advanced_buttons1 : 'bold,italic,underline,separator,justifyleft,justifycenter,justifyright,justifyfull,separator,bullist,numlist,outdent,indent,separator,emotions,charmap,code,forecolor,backcolor,fontselect,fontsizeselect, separator,undo,redo,image,media',
10                   theme_advanced_buttons2 : '',
11                   theme_advanced_buttons3 : '',