Index: openacs-4/packages/acs-templating/www/resources/xinha-nightly/plugins/InsertPagebreak/insert-pagebreak.js =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-templating/www/resources/xinha-nightly/plugins/InsertPagebreak/insert-pagebreak.js,v diff -u -r1.2 -r1.3 --- openacs-4/packages/acs-templating/www/resources/xinha-nightly/plugins/InsertPagebreak/insert-pagebreak.js 11 Nov 2005 20:32:45 -0000 1.2 +++ openacs-4/packages/acs-templating/www/resources/xinha-nightly/plugins/InsertPagebreak/insert-pagebreak.js 24 Nov 2007 15:35:41 -0000 1.3 @@ -1,4 +1,4 @@ -// InsertPagebreak plugin for HTMLArea +// InsertPagebreak plugin for HTMLArea/Xinha // Implementation by Udo Schmal & Schaffrath NeueMedien // Original Author - Udo Schmal // @@ -35,7 +35,7 @@ }; InsertPagebreak.prototype._lc = function(string) { - return HTMLArea._lc(string, 'InsertPagebreak'); + return Xinha._lc(string, 'InsertPagebreak'); }; InsertPagebreak.prototype.buttonPress = function(editor, context, updatecontextclass) {