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

@@ -70,7 +70,7 @@ function CSS(editor, params) {
cfg.registerDropdown(css_class);
cfg.addToolbarElement(["T[" + combo.label + "]", id, "separator"] , "formatblock", -1);
}
};
}
CSS._pluginInfo = {
name : "CSS",
@@ -146,4 +146,4 @@ CSS.prototype.updateValue = function(editor, obj) {
}
}
select.selectedIndex = 0;
};
};