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
No related branches found
No related tags found
No related merge requests found
......@@ -50,10 +50,6 @@
namespace Qt4ProjectManager {
namespace Internal {
#define PAGE_ID "ZZ.Maemo Device Configurations"
#define PAGE_ID_TR "Maemo Device Configurations"
MaemoSettingsPage::MaemoSettingsPage(QObject *parent)
: Core::IOptionsPage(parent)
{
......@@ -65,12 +61,12 @@ MaemoSettingsPage::~MaemoSettingsPage()
QString MaemoSettingsPage::id() const
{
return QLatin1String(PAGE_ID);
return QLatin1String("ZZ.Maemo Device Configurations");
}
QString MaemoSettingsPage::displayName() const
{
return tr(PAGE_ID_TR);
return tr("Maemo Devices");
}
QString MaemoSettingsPage::category() const
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment