diff options
author | nealsid <nealsid@4c0a9323-5329-0410-9bdc-e9ce6186880e> | 2009-04-22 06:25:21 +0000 |
---|---|---|
committer | nealsid <nealsid@4c0a9323-5329-0410-9bdc-e9ce6186880e> | 2009-04-22 06:25:21 +0000 |
commit | 1cb4ad73a6b77f47dbec69dcb5551c16e37d267d (patch) | |
tree | 4c6eb90b067656001659b7c4d3a8ec27d1166a4e /src/client/mac/testapp | |
parent | Give the Mac reporter app a localized name of 'Crash Reporter' (diff) | |
download | breakpad-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')
-rw-r--r-- | src/client/mac/testapp/Info.plist | 4 |
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> |