diff --git a/locales/en-US/chrome/chatzilla.properties b/locales/en-US/chrome/chatzilla.properties --- a/locales/en-US/chrome/chatzilla.properties +++ b/locales/en-US/chrome/chatzilla.properties @@ -69,7 +69,7 @@ # ### End of notes ### -locale.version = 0.9.86.1 +locale.version = 0.9.87 locale.error = You are using ChatZilla %1$S, which requires the locale version %2$S. The currently selected locale, %3$S, is version %4$S, and therefore there may be problems running ChatZilla.\n\nIt is strongly advised that you update or remove the ChatZilla locale in question. locale.authors = XXX REPLACE THIS VALUE WITH A SEMICOLON-SEPARATED LIST OF NAMES FOR YOUR LOCALIZATION TEAM XXX diff --git a/xul/content/contents.rdf b/xul/content/contents.rdf --- a/xul/content/contents.rdf +++ b/xul/content/contents.rdf @@ -1,51 +1,51 @@ - - - - - - - - - - - - - - - - - - - - - - - chrome://chatzilla/content/browserOverlay.xul - - - - chrome://chatzilla/content/browserOverlay.xul - - - - chrome://chatzilla/content/chatzillaOverlay.xul - - - - chrome://chatzilla/content/prefsOverlay.xul - - - - chrome://chatzilla/content/prefsOverlay.xul - - - + + + + + + + + + + + + + + + + + + + + + + + chrome://chatzilla/content/browserOverlay.xul + + + + chrome://chatzilla/content/browserOverlay.xul + + + + chrome://chatzilla/content/chatzillaOverlay.xul + + + + chrome://chatzilla/content/prefsOverlay.xul + + + + chrome://chatzilla/content/prefsOverlay.xul + + + diff --git a/xul/content/static.js b/xul/content/static.js --- a/xul/content/static.js +++ b/xul/content/static.js @@ -41,11 +41,11 @@ * * ***** END LICENSE BLOCK ***** */ -const __cz_version = "0.9.86.1"; +const __cz_version = "0.9.87"; const __cz_condition = "green"; const __cz_suffix = ""; const __cz_guid = "59c81df5-4b7a-477b-912d-4e0fdf64e5f2"; -const __cz_locale = "0.9.86.1"; +const __cz_locale = "0.9.87"; var warn; var ASSERT;