summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGaming4JC <g4jc@bulletmail.org>2018-06-27 20:22:34 -0400
committerGaming4JC <g4jc@bulletmail.org>2018-06-27 20:22:34 -0400
commita040f8b86f08e162071e5c365a14d04610afeeba (patch)
tree0426a179695c7a48d6f2097751b255e89b82aefb
parentfd69176cbf6a60952139171312ff816fb0b295a9 (diff)
downloadiceweasel-uxp-a040f8b86f08e162071e5c365a14d04610afeeba.tar.gz
rebrand internal pages
-rw-r--r--base/content/iceweasel.xhtml (renamed from base/content/mozilla.xhtml)2
-rw-r--r--components/about/AboutRedirector.cpp2
-rwxr-xr-xconfvars.sh2
-rw-r--r--locales/en-US/chrome/overrides/iceweasel.dtd (renamed from locales/en-US/chrome/overrides/mozilla.dtd)0
4 files changed, 3 insertions, 3 deletions
diff --git a/base/content/mozilla.xhtml b/base/content/iceweasel.xhtml
index afae103..fe7a4b7 100644
--- a/base/content/mozilla.xhtml
+++ b/base/content/iceweasel.xhtml
@@ -2,7 +2,7 @@
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN"
"http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd"
[
- <!ENTITY % mozillaDTD SYSTEM "chrome://global/locale/mozilla.dtd" >
+ <!ENTITY % mozillaDTD SYSTEM "chrome://global/locale/iceweasel.dtd" >
%mozillaDTD;
<!ENTITY % directionDTD SYSTEM "chrome://global/locale/global.dtd" >
%directionDTD;
diff --git a/components/about/AboutRedirector.cpp b/components/about/AboutRedirector.cpp
index e50c96a..e2e9d50 100644
--- a/components/about/AboutRedirector.cpp
+++ b/components/about/AboutRedirector.cpp
@@ -37,7 +37,7 @@ struct RedirEntry {
static RedirEntry kRedirMap[] = {
/* Iceweasel specific branding start */
{
- "iceweasel", "chrome://global/content/memoriam.xhtml",
+ "iceweasel", "chrome://global/content/iceweasel.xhtml",
nsIAboutModule::URI_SAFE_FOR_UNTRUSTED_CONTENT |
nsIAboutModule::HIDE_FROM_ABOUTABOUT
},
diff --git a/confvars.sh b/confvars.sh
index af412f8..cf52158 100755
--- a/confvars.sh
+++ b/confvars.sh
@@ -6,7 +6,7 @@
MOZ_APP_BASENAME=Iceweasel-UXP
MOZ_APP_VENDOR=Hyperbola
MOZ_PHOENIX=1
-HYPE_ICEWEASEL=1
+UI_AUSTRALIS=1
MOZ_UPDATER=0
if test "$OS_ARCH" = "WINNT" -o \
diff --git a/locales/en-US/chrome/overrides/mozilla.dtd b/locales/en-US/chrome/overrides/iceweasel.dtd
index d70cea3..d70cea3 100644
--- a/locales/en-US/chrome/overrides/mozilla.dtd
+++ b/locales/en-US/chrome/overrides/iceweasel.dtd