controlpanelplugins/themeplugin/src/cpthemeplugin.cpp
changeset 28 e0b83131558d
parent 26 808caa51b78b
child 41 ab0490982943
--- a/controlpanelplugins/themeplugin/src/cpthemeplugin.cpp	Wed Jul 14 07:09:46 2010 +0800
+++ b/controlpanelplugins/themeplugin/src/cpthemeplugin.cpp	Fri Jul 23 11:04:51 2010 +0800
@@ -48,8 +48,8 @@
     //create a cpthemepluginentryitemdata with default values and return it.
     CpSettingFormEntryItemData *entryItem = new CpThemePluginEntryItemData(
         itemDataHelper,
-        tr("Theme"),
-        tr("Theme Name"),
+        hbTrId("txt_cp_dblist_theme"),
+        QString(),
         HbIcon());
         return QList<CpSettingFormItemData*>() << entryItem;
 }