diff --git a/mozilla/xpfe/components/prefwindow/resources/content/MANIFEST b/mozilla/xpfe/components/prefwindow/resources/content/MANIFEST index 970a0f1a608..21174f2cd90 100644 --- a/mozilla/xpfe/components/prefwindow/resources/content/MANIFEST +++ b/mozilla/xpfe/components/prefwindow/resources/content/MANIFEST @@ -8,6 +8,7 @@ pref-cache.js pref-cache.xul pref-colors.js pref-colors.xul +pref-cookies.xul pref-themes.xul pref-composer.js pref-composer.xul diff --git a/mozilla/xpfe/components/prefwindow/resources/content/Makefile.in b/mozilla/xpfe/components/prefwindow/resources/content/Makefile.in index 928cfdb995f..b78a5ad15e5 100644 --- a/mozilla/xpfe/components/prefwindow/resources/content/Makefile.in +++ b/mozilla/xpfe/components/prefwindow/resources/content/Makefile.in @@ -38,6 +38,7 @@ EXPORT_RESOURCE_CONTENT = \ $(srcdir)/pref-charset.xul \ $(srcdir)/pref-charset.js \ $(srcdir)/pref-colors.xul \ + $(srcdir)/pref-cookies.xul \ $(srcdir)/pref-colors.js \ $(srcdir)/pref-themes.xul \ $(srcdir)/pref-composer.xul \ diff --git a/mozilla/xpfe/components/prefwindow/resources/content/makefile.win b/mozilla/xpfe/components/prefwindow/resources/content/makefile.win index 460d89cd5d6..134069d1e11 100644 --- a/mozilla/xpfe/components/prefwindow/resources/content/makefile.win +++ b/mozilla/xpfe/components/prefwindow/resources/content/makefile.win @@ -32,6 +32,7 @@ install:: $(MAKE_INSTALL) pref-cache.xul $(DIST)\bin\chrome\communicator\content\pref $(MAKE_INSTALL) pref-colors.js $(DIST)\bin\chrome\communicator\content\pref $(MAKE_INSTALL) pref-colors.xul $(DIST)\bin\chrome\communicator\content\pref + $(MAKE_INSTALL) pref-cookies.xul $(DIST)\bin\chrome\communicator\content\pref $(MAKE_INSTALL) pref-themes.xul $(DIST)\bin\chrome\communicator\content\pref $(MAKE_INSTALL) pref-charset.js $(DIST)\bin\chrome\communicator\content\pref $(MAKE_INSTALL) pref-charset.xul $(DIST)\bin\chrome\communicator\content\pref diff --git a/mozilla/xpfe/components/prefwindow/resources/content/pref-advanced.xul b/mozilla/xpfe/components/prefwindow/resources/content/pref-advanced.xul index 26052f3c0b1..30e9cda25c9 100644 --- a/mozilla/xpfe/components/prefwindow/resources/content/pref-advanced.xul +++ b/mozilla/xpfe/components/prefwindow/resources/content/pref-advanced.xul @@ -32,47 +32,18 @@ - - + - + <text value="&advancedTitle.label;"/> - - - -