aboutsummaryrefslogtreecommitdiff
path: root/src/client/mac/sender/Breakpad.nib/classes.nib
diff options
context:
space:
mode:
authorstuartmorgan <stuartmorgan@4c0a9323-5329-0410-9bdc-e9ce6186880e>2009-04-29 13:50:53 +0000
committerstuartmorgan <stuartmorgan@4c0a9323-5329-0410-9bdc-e9ce6186880e>2009-04-29 13:50:53 +0000
commit33e8fad61dde4622d3f88ef9a2df38aa9620321a (patch)
treea770314d9d8297cdbbd4b80cdf30dc18a6f122c6 /src/client/mac/sender/Breakpad.nib/classes.nib
parentMac framework fixes: Propagate server type from plist, and fix precedence of ... (diff)
downloadbreakpad-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/sender/Breakpad.nib/classes.nib')
-rw-r--r--src/client/mac/sender/Breakpad.nib/classes.nib57
1 files changed, 57 insertions, 0 deletions
diff --git a/src/client/mac/sender/Breakpad.nib/classes.nib b/src/client/mac/sender/Breakpad.nib/classes.nib
new file mode 100644
index 00000000..ebc5ab40
--- /dev/null
+++ b/src/client/mac/sender/Breakpad.nib/classes.nib
@@ -0,0 +1,57 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
+<plist version="1.0">
+<dict>
+ <key>IBClasses</key>
+ <array>
+ <dict>
+ <key>ACTIONS</key>
+ <dict>
+ <key>cancel</key>
+ <string>id</string>
+ <key>sendReport</key>
+ <string>id</string>
+ <key>showPrivacyPolicy</key>
+ <string>id</string>
+ </dict>
+ <key>CLASS</key>
+ <string>Reporter</string>
+ <key>LANGUAGE</key>
+ <string>ObjC</string>
+ <key>OUTLETS</key>
+ <dict>
+ <key>alertWindow_</key>
+ <string>NSWindow</string>
+ <key>cancelButton_</key>
+ <string>NSButton</string>
+ <key>commentMessage_</key>
+ <string>NSTextField</string>
+ <key>dialogTitle_</key>
+ <string>NSTextField</string>
+ <key>emailEntryField_</key>
+ <string>NSView</string>
+ <key>emailLabel_</key>
+ <string>NSTextField</string>
+ <key>emailMessage_</key>
+ <string>NSTextField</string>
+ <key>emailSectionBox_</key>
+ <string>NSBox</string>
+ <key>headerBox_</key>
+ <string>NSBox</string>
+ <key>preEmailBox_</key>
+ <string>NSBox</string>
+ <key>privacyLinkArrow_</key>
+ <string>NSView</string>
+ <key>privacyLinkLabel_</key>
+ <string>NSTextField</string>
+ <key>sendButton_</key>
+ <string>NSButton</string>
+ </dict>
+ <key>SUPERCLASS</key>
+ <string>NSObject</string>
+ </dict>
+ </array>
+ <key>IBVersion</key>
+ <string>1</string>
+</dict>
+</plist>