aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/autotest/testsettingspage.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/autotest/testsettingspage.cpp')
-rw-r--r--plugins/autotest/testsettingspage.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/autotest/testsettingspage.cpp b/plugins/autotest/testsettingspage.cpp
index cf96ef92b6..643704649c 100644
--- a/plugins/autotest/testsettingspage.cpp
+++ b/plugins/autotest/testsettingspage.cpp
@@ -91,7 +91,7 @@ TestSettings TestSettingsWidget::settings() const
TestSettingsPage::TestSettingsPage(const QSharedPointer<TestSettings> &settings)
: m_settings(settings), m_widget(0)
{
- setId("A.General");
+ setId("A.AutoTest.General");
setDisplayName(tr("General"));
setCategory(Constants::AUTOTEST_SETTINGS_CATEGORY);
setDisplayCategory(tr("Test Settings"));