diff options
author | thomasvl@chromium.org <thomasvl@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-05-18 21:10:55 +0000 |
---|---|---|
committer | thomasvl@chromium.org <thomasvl@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-05-18 21:10:55 +0000 |
commit | 34a4f485631873f6b139d104e0d93f582e2e1fe4 (patch) | |
tree | d83a386e5c81e7c6a2da9cc4ff192f9f4185f1f0 /chrome/common/mac_app_names.h | |
parent | d86153fdd4118874035bd9ba69d9d405414ddd53 (diff) | |
download | chromium_src-34a4f485631873f6b139d104e0d93f582e2e1fe4.zip chromium_src-34a4f485631873f6b139d104e0d93f582e2e1fe4.tar.gz chromium_src-34a4f485631873f6b139d104e0d93f582e2e1fe4.tar.bz2 |
Rename official builds to "Google Chrome" on disk and "Chrome" in the menubar.
BUG=11826
Review URL: http://codereview.chromium.org/115474
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@16313 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/common/mac_app_names.h')
-rw-r--r-- | chrome/common/mac_app_names.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/common/mac_app_names.h b/chrome/common/mac_app_names.h index 645fdca..ab70987 100644 --- a/chrome/common/mac_app_names.h +++ b/chrome/common/mac_app_names.h @@ -6,7 +6,7 @@ #define CHROME_COMMON_MAC_APP_NAMES_H_ #if defined(GOOGLE_CHROME_BUILD) -#define MAC_BROWSER_APP_NAME "Chrome.app" +#define MAC_BROWSER_APP_NAME "Google Chrome.app" #elif defined(CHROMIUM_BUILD) #define MAC_BROWSER_APP_NAME "Chromium.app" #else |