summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--chrome/browser/first_run_win.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/browser/first_run_win.cc b/chrome/browser/first_run_win.cc
index aedc7fb..379df70 100644
--- a/chrome/browser/first_run_win.cc
+++ b/chrome/browser/first_run_win.cc
@@ -800,8 +800,8 @@ class TryChromeDialog : public views::ButtonListener,
layout->StartRowWithPadding(0, 1, 0, 10);
try_chrome_ = new views::RadioButton(
kGiveChromeATry[kDialogVersion[version_].try_index], 1);
- try_chrome_->SetChecked(true);
layout->AddView(try_chrome_);
+ try_chrome_->SetChecked(true);
}
// Third row views.
if (kDialogVersion[version_].try_index >= 0) {