Upgrade to xinha svn head to fix issues with xinha editors not appearing in Firefox 1.5

This commit is contained in:
Chris Morgan
2005-12-07 03:37:36 +00:00
committed by WineHQ
parent 369b40b046
commit 8786179180
175 changed files with 2371 additions and 1919 deletions

View File

@@ -13,7 +13,7 @@ cfg.registerButton("FR-findreplace", this._lc("Find and Replace"),
editor.imgURL("ed_find.gif", "FindReplace"), false,
function(editor) { self.buttonPress(editor); });
cfg.addToolbarElement(["FR-findreplace","separator"], ["formatblock","fontsize","fontname"], -1);
};
}
FindReplace.prototype.buttonPress = function(editor) {
FindReplace.editor = editor;
@@ -39,4 +39,4 @@ FindReplace._pluginInfo = {
FindReplace.prototype._lc = function(string) {
return HTMLArea._lc(string, 'FindReplace');
}
};