diff options
author | stuartmorgan <stuartmorgan@4c0a9323-5329-0410-9bdc-e9ce6186880e> | 2009-04-29 13:50:53 +0000 |
---|---|---|
committer | stuartmorgan <stuartmorgan@4c0a9323-5329-0410-9bdc-e9ce6186880e> | 2009-04-29 13:50:53 +0000 |
commit | 33e8fad61dde4622d3f88ef9a2df38aa9620321a (patch) | |
tree | a770314d9d8297cdbbd4b80cdf30dc18a6f122c6 /src/client/mac/testapp | |
parent | Mac framework fixes: Propagate server type from plist, and fix precedence of ... (diff) | |
download | breakpad-33e8fad61dde4622d3f88ef9a2df38aa9620321a.tar.xz |
Mac reporter improvements:
- Made localization for UI entirely string-based, with flexible layout based on the size of the strings inserted.
- Made the request for an email address optional.
- Fixed a bug that would prevent comments or email from being collected if the text field were still focused.
- Refactored askUserPermissionToSend.
git-svn-id: http://google-breakpad.googlecode.com/svn/trunk@335 4c0a9323-5329-0410-9bdc-e9ce6186880e
Diffstat (limited to 'src/client/mac/testapp')
-rw-r--r-- | src/client/mac/testapp/Info.plist | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/client/mac/testapp/Info.plist b/src/client/mac/testapp/Info.plist index 586fb5eb..2794c44b 100644 --- a/src/client/mac/testapp/Info.plist +++ b/src/client/mac/testapp/Info.plist @@ -36,6 +36,8 @@ <string>NO</string> <key>BreakpadSendAndExit</key> <string>YES</string> + <key>BreakpadRequestEmail</key> + <string>YES</string> <key>BreakpadRequestComments</key> <string>YES</string> <key>BreakpadVendor</key> |