summaryrefslogtreecommitdiff
path: root/src/plugins/projectexplorer/targetsettingspanel.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/plugins/projectexplorer/targetsettingspanel.cpp')
-rw-r--r--src/plugins/projectexplorer/targetsettingspanel.cpp4
1 files changed, 1 insertions, 3 deletions
diff --git a/src/plugins/projectexplorer/targetsettingspanel.cpp b/src/plugins/projectexplorer/targetsettingspanel.cpp
index 376a8ef0aa..6a74229224 100644
--- a/src/plugins/projectexplorer/targetsettingspanel.cpp
+++ b/src/plugins/projectexplorer/targetsettingspanel.cpp
@@ -644,9 +644,7 @@ void TargetSettingsPanelWidget::openTargetPreferences()
if (KitOptionsPage *page = ExtensionSystem::PluginManager::getObject<KitOptionsPage>())
page->showKit(m_targets.at(targetIndex)->kit());
}
- ICore::showOptionsDialog(Constants::PROJECTEXPLORER_SETTINGS_CATEGORY,
- Constants::KITS_SETTINGS_PAGE_ID,
- this);
+ ICore::showOptionsDialog(Constants::KITS_SETTINGS_PAGE_ID, this);
}
void TargetSettingsPanelWidget::importTarget()