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/app/app-Info.plist | |
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/app/app-Info.plist')
-rw-r--r-- | chrome/app/app-Info.plist | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/app/app-Info.plist b/chrome/app/app-Info.plist index 8c18310..4c8c2a1 100644 --- a/chrome/app/app-Info.plist +++ b/chrome/app/app-Info.plist @@ -123,7 +123,7 @@ <key>CFBundleInfoDictionaryVersion</key> <string>6.0</string> <key>CFBundleName</key> - <string>${EXECUTABLE_NAME}</string> + <string>${CHROMIUM_SHORT_NAME}</string> <key>CFBundlePackageType</key> <string>APPL</string> <key>CFBundleSignature</key> |