Index: ckeditor.config.js
===================================================================
RCS file: /cvs/drupal-contrib/contributions/modules/ckeditor/ckeditor.config.js,v
retrieving revision 1.2.2.9
diff -u -r1.2.2.9 ckeditor.config.js
--- ckeditor.config.js	15 Mar 2010 13:20:26 -0000	1.2.2.9
+++ ckeditor.config.js	27 Sep 2010 12:09:30 -0000
@@ -46,7 +46,7 @@
     ['Format'],
     ['Bold','Italic','Underline','Strike','-','Subscript','Superscript'],
     ['NumberedList','BulletedList','-','Outdent','Indent','Blockquote'],
-    ['JustifyLeft','JustifyCenter','JustifyRight','JustifyBlock'],
+    ['JustifyLeft','JustifyCenter','JustifyRight','JustifyBlock','-','BidiRtl','BidiLtr'],
     ['Link','Unlink','Anchor','LinkToNode', 'LinkToMenu'],
     ['DrupalBreak', 'DrupalPageBreak']
    ];
@@ -71,7 +71,7 @@
       '/',
       ['Bold','Italic','Underline','Strike','-','Subscript','Superscript'],
       ['NumberedList','BulletedList','-','Outdent','Indent','Blockquote'],
-      ['JustifyLeft','JustifyCenter','JustifyRight','JustifyBlock'],
+      ['JustifyLeft','JustifyCenter','JustifyRight','JustifyBlock','-','BidiRtl','BidiLtr'],
       ['Link','Unlink','Anchor','LinkToNode', 'LinkToMenu'],
       '/',
       ['Format','Font','FontSize'],

