Skip to content
Snippets Groups Projects
Commit 6e40b535 authored by Thorbjørn Lindeijer's avatar Thorbjørn Lindeijer
Browse files

Shorten the title of the Maemo Device Configurations options page

Reviewed-by: kh1
parent aa5899ad
Branches
Tags
No related merge requests found
...@@ -50,10 +50,6 @@ ...@@ -50,10 +50,6 @@
namespace Qt4ProjectManager { namespace Qt4ProjectManager {
namespace Internal { namespace Internal {
#define PAGE_ID "ZZ.Maemo Device Configurations"
#define PAGE_ID_TR "Maemo Device Configurations"
MaemoSettingsPage::MaemoSettingsPage(QObject *parent) MaemoSettingsPage::MaemoSettingsPage(QObject *parent)
: Core::IOptionsPage(parent) : Core::IOptionsPage(parent)
{ {
...@@ -65,12 +61,12 @@ MaemoSettingsPage::~MaemoSettingsPage() ...@@ -65,12 +61,12 @@ MaemoSettingsPage::~MaemoSettingsPage()
QString MaemoSettingsPage::id() const QString MaemoSettingsPage::id() const
{ {
return QLatin1String(PAGE_ID); return QLatin1String("ZZ.Maemo Device Configurations");
} }
QString MaemoSettingsPage::displayName() const QString MaemoSettingsPage::displayName() const
{ {
return tr(PAGE_ID_TR); return tr("Maemo Devices");
} }
QString MaemoSettingsPage::category() const QString MaemoSettingsPage::category() const
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment