diff options
author | sail@chromium.org <sail@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-02-01 01:36:57 +0000 |
---|---|---|
committer | sail@chromium.org <sail@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-02-01 01:36:57 +0000 |
commit | 7bfbfca11b89d84bb7aae8e6d7b19e4090d5bf5d (patch) | |
tree | f5cc9c30b4b6aaa2190ad7283cfdd1686b78f09b /chrome/app/nibs/FirstRunBubble.xib | |
parent | e35c409c113aff180441e1fefbc324b3328d9245 (diff) | |
download | chromium_src-7bfbfca11b89d84bb7aae8e6d7b19e4090d5bf5d.zip chromium_src-7bfbfca11b89d84bb7aae8e6d7b19e4090d5bf5d.tar.gz chromium_src-7bfbfca11b89d84bb7aae8e6d7b19e4090d5bf5d.tar.bz2 |
Make change button in first run bubble not be default
xib changes: Cleared the "Key Equiv" field from the Change button.
BUG=112204
TEST=
Review URL: http://codereview.chromium.org/9307017
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@120002 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/app/nibs/FirstRunBubble.xib')
-rw-r--r-- | chrome/app/nibs/FirstRunBubble.xib | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/chrome/app/nibs/FirstRunBubble.xib b/chrome/app/nibs/FirstRunBubble.xib index c819c16..f43f52d 100644 --- a/chrome/app/nibs/FirstRunBubble.xib +++ b/chrome/app/nibs/FirstRunBubble.xib @@ -3,16 +3,16 @@ <data> <int key="IBDocument.SystemTarget">1050</int> <string key="IBDocument.SystemVersion">10K549</string> - <string key="IBDocument.InterfaceBuilderVersion">823</string> + <string key="IBDocument.InterfaceBuilderVersion">851</string> <string key="IBDocument.AppKitVersion">1038.36</string> <string key="IBDocument.HIToolboxVersion">461.00</string> <object class="NSMutableDictionary" key="IBDocument.PluginVersions"> <string key="NS.key.0">com.apple.InterfaceBuilder.CocoaPlugin</string> - <string key="NS.object.0">823</string> + <string key="NS.object.0">851</string> </object> <object class="NSMutableArray" key="IBDocument.EditedObjectIDs"> <bool key="EncodedWithXMLCoder">YES</bool> - <integer value="1"/> + <integer value="4"/> </object> <object class="NSArray" key="IBDocument.PluginDependencies"> <bool key="EncodedWithXMLCoder">YES</bool> @@ -77,7 +77,7 @@ <int key="NSButtonFlags">-2038284033</int> <int key="NSButtonFlags2">129</int> <string key="NSAlternateContents"/> - <string type="base64-UTF8" key="NSKeyEquivalent">DQ</string> + <string key="NSKeyEquivalent"/> <int key="NSPeriodicDelay">200</int> <int key="NSPeriodicInterval">25</int> </object> |