aboutsummaryrefslogtreecommitdiff
path: root/src/client/mac/testapp/Info.plist
diff options
context:
space:
mode:
authornealsid <nealsid@4c0a9323-5329-0410-9bdc-e9ce6186880e>2009-04-22 06:25:21 +0000
committernealsid <nealsid@4c0a9323-5329-0410-9bdc-e9ce6186880e>2009-04-22 06:25:21 +0000
commit1cb4ad73a6b77f47dbec69dcb5551c16e37d267d (patch)
tree4c6eb90b067656001659b7c4d3a8ec27d1166a4e /src/client/mac/testapp/Info.plist
parentGive the Mac reporter app a localized name of 'Crash Reporter' (diff)
downloadbreakpad-1cb4ad73a6b77f47dbec69dcb5551c16e37d267d.tar.xz
Fix to support extensible parameter handling, and add process crashtime/uptime support
R=stuart morgan A=nealsid git-svn-id: http://google-breakpad.googlecode.com/svn/trunk@331 4c0a9323-5329-0410-9bdc-e9ce6186880e
Diffstat (limited to 'src/client/mac/testapp/Info.plist')
-rw-r--r--src/client/mac/testapp/Info.plist4
1 files changed, 1 insertions, 3 deletions
diff --git a/src/client/mac/testapp/Info.plist b/src/client/mac/testapp/Info.plist
index 84755c5d..586fb5eb 100644
--- a/src/client/mac/testapp/Info.plist
+++ b/src/client/mac/testapp/Info.plist
@@ -25,7 +25,7 @@
<key>NSPrincipalClass</key>
<string>NSApplication</string>
<key>BreakpadProductDisplay</key>
- <string>Google Breakpad Tester</string>
+ <string>Breakpad Tester</string>
<key>BreakpadProduct</key>
<string>Breakpad_Tester</string>
<key>BreakpadVersion</key>
@@ -40,8 +40,6 @@
<string>YES</string>
<key>BreakpadVendor</key>
<string>Foo Bar Corp, Incorporated, LTD, LLC</string>
- <key>BreakpadMinidumpLocation</key>
- <string>Breakpad Test Application/Crash Dumps</string>
<key>LSUIElement</key>
<string>1</string>
</dict>