Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(603)

Unified Diff: chrome/app/helper-Info.plist

Issue 171040: add the InfoPlist.strings generation based on GRD strings.... (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: '' Created 11 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « chrome/app/google_chrome_strings.grd ('k') | chrome/app/make_mac_app_symlinks » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/app/helper-Info.plist
===================================================================
--- chrome/app/helper-Info.plist (revision 24091)
+++ chrome/app/helper-Info.plist (working copy)
@@ -3,7 +3,9 @@
<plist version="1.0">
<dict>
<key>CFBundleDevelopmentRegion</key>
- <string>English</string>
+ <string>en-US</string>
+ <key>CFBundleDisplayName</key>
+ <string>${EXECUTABLE_NAME}</string>
<key>CFBundleExecutable</key>
<string>${EXECUTABLE_NAME}</string>
<key>CFBundleIdentifier</key>
@@ -20,6 +22,8 @@
<string>0.1</string>
<key>LSFileQuarantineEnabled</key>
<true/>
+ <key>LSHasLocalizedDisplayName</key>
+ <string>1</string>
<key>LSMinimumSystemVersion</key>
<string>10.5.0</string>
<key>LSUIElement</key>
« no previous file with comments | « chrome/app/google_chrome_strings.grd ('k') | chrome/app/make_mac_app_symlinks » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698