Make sure that buildID is set to 0 unless MOZILLA_OFFICIAL is set. Bug #26798 r=leaf r=scc

Note: for mac, MOZILLA_OFFICIAL is only set by default on opt builds until the new mac build scripts land.
This commit is contained in:
cls%seawood.org 2006-09-14 05:54:38 +00:00
parent c883f9de87
commit 8fb94ed99d
2 changed files with 2 additions and 1 deletions

View File

@ -33,6 +33,8 @@ Contributor(s): ______________________________________. -->
<!DOCTYPE window [
<!ENTITY % brandDTD SYSTEM "chrome://global/locale/brand.dtd" >
%brandDTD;
<!ENTITY % buildDTD SYSTEM "chrome://global/content/build.dtd" >
%buildDTD;
<!ENTITY % navigatorDTD SYSTEM "chrome://navigator/locale/navigator.dtd" >
%navigatorDTD;
]>

View File

@ -309,7 +309,6 @@
<!-- Statusbar -->
<!ENTITY statusText.label "Document: Done">
<!ENTITY buildId.label "Build ID: 2000091312">
<!-- Context Menu -->
<!ENTITY blockImageCmd.label "Block Image from Loading">