summaryrefslogtreecommitdiffstats
path: root/chrome/app
diff options
context:
space:
mode:
authoravi@chromium.org <avi@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-04-13 16:02:39 +0000
committeravi@chromium.org <avi@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-04-13 16:02:39 +0000
commitd971bcb9f5abfe8bc8e566cea7f85618381cb8c0 (patch)
tree50ee3ec060ac67b95a782f66e12574277b168585 /chrome/app
parentfb51ec89a0d446d8912528d3ef08943891550301 (diff)
downloadchromium_src-d971bcb9f5abfe8bc8e566cea7f85618381cb8c0.zip
chromium_src-d971bcb9f5abfe8bc8e566cea7f85618381cb8c0.tar.gz
chromium_src-d971bcb9f5abfe8bc8e566cea7f85618381cb8c0.tar.bz2
Make autofill "make this default" buttons radio buttons to match function and to match Windows.
xib change: switch the default buttons to be radio buttons. BUG=none TEST=in autofill prefs, the "make this default" buttons should be radio buttons Review URL: http://codereview.chromium.org/1528033 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@44360 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/app')
-rw-r--r--chrome/app/nibs/AutoFillAddressFormView.xib4
-rw-r--r--chrome/app/nibs/AutoFillCreditCardFormView.xib4
2 files changed, 4 insertions, 4 deletions
diff --git a/chrome/app/nibs/AutoFillAddressFormView.xib b/chrome/app/nibs/AutoFillAddressFormView.xib
index 39ea924..2329eeb 100644
--- a/chrome/app/nibs/AutoFillAddressFormView.xib
+++ b/chrome/app/nibs/AutoFillAddressFormView.xib
@@ -716,10 +716,10 @@
<int key="NSButtonFlags2">130</int>
<object class="NSCustomResource" key="NSNormalImage">
<string key="NSClassName">NSImage</string>
- <string key="NSResourceName">NSSwitch</string>
+ <string key="NSResourceName">NSRadioButton</string>
</object>
<object class="NSButtonImageSource" key="NSAlternateImage">
- <string key="NSImageName">NSSwitch</string>
+ <string key="NSImageName">NSRadioButton</string>
</object>
<string key="NSAlternateContents"/>
<string key="NSKeyEquivalent"/>
diff --git a/chrome/app/nibs/AutoFillCreditCardFormView.xib b/chrome/app/nibs/AutoFillCreditCardFormView.xib
index 34e6674..14e0cd1 100644
--- a/chrome/app/nibs/AutoFillCreditCardFormView.xib
+++ b/chrome/app/nibs/AutoFillCreditCardFormView.xib
@@ -537,10 +537,10 @@
<int key="NSButtonFlags2">130</int>
<object class="NSCustomResource" key="NSNormalImage">
<string key="NSClassName">NSImage</string>
- <string key="NSResourceName">NSSwitch</string>
+ <string key="NSResourceName">NSRadioButton</string>
</object>
<object class="NSButtonImageSource" key="NSAlternateImage">
- <string key="NSImageName">NSSwitch</string>
+ <string key="NSImageName">NSRadioButton</string>
</object>
<string key="NSAlternateContents"/>
<string key="NSKeyEquivalent"/>