diff options
author | joi@chromium.org <joi@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-12-03 02:33:04 +0000 |
---|---|---|
committer | joi@chromium.org <joi@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-12-03 02:33:04 +0000 |
commit | 5f9d02c528815968da8dd10058195276ede6eb3d (patch) | |
tree | 0c8718d71ee89bf51a25fa39c75450c891237cb8 /ceee/firefox/content | |
parent | 51bd0b0d14f9bb0354061ca69f6be144090accc1 (diff) | |
download | chromium_src-5f9d02c528815968da8dd10058195276ede6eb3d.zip chromium_src-5f9d02c528815968da8dd10058195276ede6eb3d.tar.gz chromium_src-5f9d02c528815968da8dd10058195276ede6eb3d.tar.bz2 |
Branding support for FF CEEE.
BUG=65191
TEST=it builds, expanding ceee_ff.xpi you find no strings like @CEEE_PRODUCT_FULLNAME@
Review URL: http://codereview.chromium.org/5604003
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@68139 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'ceee/firefox/content')
-rw-r--r-- | ceee/firefox/content/about.xul | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/ceee/firefox/content/about.xul b/ceee/firefox/content/about.xul index 4d1792f6..09ac916 100644 --- a/ceee/firefox/content/about.xul +++ b/ceee/firefox/content/about.xul @@ -9,17 +9,17 @@ <!DOCTYPE dialog SYSTEM "chrome://ceee/locale/about.dtd"> -<dialog title="&about; Google Chrome Extensions Execution Environment" orient="vertical" autostretch="always" +<dialog title="&about; @CEEE_PRODUCT_FULLNAME@" orient="vertical" autostretch="always" onload="sizeToContent()" buttons="accept" xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"> <groupbox align="center" orient="horizontal"> <vbox> - <text value="Google Chrome Extensions Execution Environment" + <text value="@CEEE_PRODUCT_FULLNAME@" style="font-weight: bold; font-size: x-large;"/> <text value="&version; 0.2"/> <separator class="thin"/> <text value="&createdBy;" style="font-weight: bold;"/> - <text value="Google Inc."/> + <text value="@COMPANY_FULLNAME@"/> <separator class="thin"/> <text value="&homepage;" style="font-weight: bold;"/> <text value="http://www.google.com" class="url" |