? .cvsignore
? ckeditor-2356522.patch
Index: includes/ckeditor.utils.js
===================================================================
RCS file: /cvs/drupal-contrib/contributions/modules/ckeditor/includes/ckeditor.utils.js,v
retrieving revision 1.1
diff -u -p -r1.1 ckeditor.utils.js
--- includes/ckeditor.utils.js	4 Dec 2009 20:36:57 -0000	1.1
+++ includes/ckeditor.utils.js	9 Dec 2009 11:29:22 -0000
@@ -44,6 +44,14 @@ Drupal.ckeditorOn = function(textarea_id
       $("#" + textarea_id).val(tv + '\n<!--break-->\n' + $("#" + textarea_id).val());
       teaser.textarea.val('');
     }
+    if (teaser.button.attr('value') != Drupal.t('Split summary at cursor')) {
+      try {
+        teaser.button.click();
+      } 
+      catch (e) {
+        teaser.button.val(Drupal.t('Split summary at cursor'));
+      }
+    }
     teaser.buttonContainer.hide();
     teaser.textareaContainer.hide();
   }
