summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTim Jenssen <tim.jenssen@nokia.com>2011-04-18 13:20:46 +0200
committerTim Jenssen <tim.jenssen@nokia.com>2011-04-18 13:20:46 +0200
commitc083fba055286e18a2606a3d9121dda76536c872 (patch)
tree77686317a0b4015c792ed88935d1ca3fb2923131
parenta0437d7e7a1f1bf2cbb786a70eef0749cd4ce58f (diff)
the reject object name should be on the reject label
-rw-r--r--installerbuilder/libinstaller/qinstallergui.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/installerbuilder/libinstaller/qinstallergui.cpp b/installerbuilder/libinstaller/qinstallergui.cpp
index d83661a52..348633018 100644
--- a/installerbuilder/libinstaller/qinstallergui.cpp
+++ b/installerbuilder/libinstaller/qinstallergui.cpp
@@ -738,7 +738,7 @@ LicenseAgreementPage::LicenseAgreementPage(Installer *inst)
acceptLabel->installEventFilter(acceptClickForwarder);
m_rejectRadioButton = new QRadioButton(this);
- m_acceptRadioButton->setObjectName(QString::fromUtf8("rejectLicenseRB"));
+ m_rejectRadioButton->setObjectName(QString::fromUtf8("rejectLicenseRB"));
m_rejectRadioButton->setShortcut(QKeySequence(tr("Alt+N", "do not agree license")));
QLabel *rejectLabel = new QLabel(tr("I do <u>n</u>ot accept the terms and conditions of the above "