QtSupport: Fix translation context

Context for QTVERSION_SETTINGS_PAGE_NAME wasn't changed by
commit f7e8acbd09

Change-Id: I2d026951a1c94e6ca8dc041b29c49fe3ed0bedd8
Reviewed-by: Tobias Hunger <tobias.hunger@theqtcompany.com>
This commit is contained in:
Takumi ASAKI
2016-04-12 17:30:10 +09:00
committed by Takumi ASAKI
parent 4aee14e48a
commit 973bdac27d

View File

@@ -154,7 +154,7 @@ QtOptionsPage::QtOptionsPage()
: m_widget(0) : m_widget(0)
{ {
setId(Constants::QTVERSION_SETTINGS_PAGE_ID); setId(Constants::QTVERSION_SETTINGS_PAGE_ID);
setDisplayName(QCoreApplication::translate("Qt4ProjectManager", Constants::QTVERSION_SETTINGS_PAGE_NAME)); setDisplayName(QCoreApplication::translate("QtSupport", Constants::QTVERSION_SETTINGS_PAGE_NAME));
setCategory(ProjectExplorer::Constants::PROJECTEXPLORER_SETTINGS_CATEGORY); setCategory(ProjectExplorer::Constants::PROJECTEXPLORER_SETTINGS_CATEGORY);
setDisplayCategory(QCoreApplication::translate("ProjectExplorer", setDisplayCategory(QCoreApplication::translate("ProjectExplorer",
ProjectExplorer::Constants::PROJECTEXPLORER_SETTINGS_TR_CATEGORY)); ProjectExplorer::Constants::PROJECTEXPLORER_SETTINGS_TR_CATEGORY));