controlpanelplugins/themeplugin/src/cpthemeplugin.cpp
changeset 31 e79ce701c376
parent 14 23411a3be0db
child 42 3487b2ea501a
--- a/controlpanelplugins/themeplugin/src/cpthemeplugin.cpp	Tue Jul 06 14:17:10 2010 +0300
+++ b/controlpanelplugins/themeplugin/src/cpthemeplugin.cpp	Wed Aug 18 09:49:35 2010 +0300
@@ -48,9 +48,9 @@
     //create a cpthemepluginentryitemdata with default values and return it.
     CpSettingFormEntryItemData *entryItem = new CpThemePluginEntryItemData(
         itemDataHelper,
-        tr("Theme"),
-        tr("Theme Name"),
-        HbIcon(":/image/qgn_menu_note.svg"));
+        hbTrId("txt_cp_dblist_theme"),
+        QString(),
+        HbIcon());
         return QList<CpSettingFormItemData*>() << entryItem;
 }