aboutsummaryrefslogtreecommitdiff
path: root/src/client/mac/sender
diff options
context:
space:
mode:
authorstuartmorgan <stuartmorgan@4c0a9323-5329-0410-9bdc-e9ce6186880e>2009-04-22 03:10:03 +0000
committerstuartmorgan <stuartmorgan@4c0a9323-5329-0410-9bdc-e9ce6186880e>2009-04-22 03:10:03 +0000
commit04a7df7acf7824a19a0b17f1686f1158b6148099 (patch)
tree766c3f575ce71a67dcbd9a17c4def4a95c17a531 /src/client/mac/sender
parentFix memory leak when using the basic source line resolver, plus the optimizat... (diff)
downloadbreakpad-04a7df7acf7824a19a0b17f1686f1158b6148099.tar.xz
Give the Mac reporter app a localized name of 'Crash Reporter'
git-svn-id: http://google-breakpad.googlecode.com/svn/trunk@330 4c0a9323-5329-0410-9bdc-e9ce6186880e
Diffstat (limited to 'src/client/mac/sender')
-rw-r--r--src/client/mac/sender/English.lproj/InfoPlist.stringsbin0 -> 156 bytes
-rw-r--r--src/client/mac/sender/crash_report_sender-Info.plist6
2 files changed, 6 insertions, 0 deletions
diff --git a/src/client/mac/sender/English.lproj/InfoPlist.strings b/src/client/mac/sender/English.lproj/InfoPlist.strings
new file mode 100644
index 00000000..65d16181
--- /dev/null
+++ b/src/client/mac/sender/English.lproj/InfoPlist.strings
Binary files differ
diff --git a/src/client/mac/sender/crash_report_sender-Info.plist b/src/client/mac/sender/crash_report_sender-Info.plist
index 445926dd..976687e1 100644
--- a/src/client/mac/sender/crash_report_sender-Info.plist
+++ b/src/client/mac/sender/crash_report_sender-Info.plist
@@ -4,6 +4,8 @@
<dict>
<key>CFBundleDevelopmentRegion</key>
<string>English</string>
+ <key>CFBundleDisplayName</key>
+ <string>${EXECUTABLE_NAME}</string>
<key>CFBundleExecutable</key>
<string>${EXECUTABLE_NAME}</string>
<key>CFBundleIconFile</key>
@@ -12,12 +14,16 @@
<string>com.Breakpad.${PRODUCT_NAME:identifier}</string>
<key>CFBundleInfoDictionaryVersion</key>
<string>6.0</string>
+ <key>CFBundleName</key>
+ <string>${EXECUTABLE_NAME}</string>
<key>CFBundlePackageType</key>
<string>APPL</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
<string>1.0</string>
+ <key>LSHasLocalizedDisplayName</key>
+ <true/>
<key>NSMainNibFile</key>
<string>MainMenu</string>
<key>NSPrincipalClass</key>