From a3d4c973369987e14cc0c05964e288ea0eac11dc Mon Sep 17 00:00:00 2001 From: nealsid Date: Mon, 6 Apr 2009 00:25:29 +0000 Subject: Incorporate feedback from first Breakpad integration. This upload fixes five issues: 1) Preston's email was hardcoded in the xib :-( 2) Changed from xib to NIB to facilitate Tiger building 3) Changed the logs location to be user specifiable by BreakpadMinidumpLocation key, or ~/Library/Breakpad/ by default 4) Fixed GTM Defines problem in order to build on Tiger 5) Also set CFBundleIcon in the sender program correctly, and updated plist, and renamed ReporterIcons to crash_report_sendER.ICNS. However the rietveld upload script doesn't appear to pick up renamed files correctly, so that file doesn't show up in the patch upload. Also various comments were updated for accuracy. git-svn-id: http://google-breakpad.googlecode.com/svn/trunk@323 4c0a9323-5329-0410-9bdc-e9ce6186880e --- .../sender/English.lproj/Breakpad.nib/classes.nib | 33 ++++++++++++++++++++++ 1 file changed, 33 insertions(+) create mode 100644 src/client/mac/sender/English.lproj/Breakpad.nib/classes.nib (limited to 'src/client/mac/sender/English.lproj/Breakpad.nib/classes.nib') diff --git a/src/client/mac/sender/English.lproj/Breakpad.nib/classes.nib b/src/client/mac/sender/English.lproj/Breakpad.nib/classes.nib new file mode 100644 index 00000000..2636d457 --- /dev/null +++ b/src/client/mac/sender/English.lproj/Breakpad.nib/classes.nib @@ -0,0 +1,33 @@ + + + + + IBClasses + + + ACTIONS + + cancel + id + sendReport + id + showPrivacyPolicy + id + + CLASS + Reporter + LANGUAGE + ObjC + OUTLETS + + alertWindow + NSWindow + + SUPERCLASS + NSObject + + + IBVersion + 1 + + -- cgit v1.2.1