controlpanelplugins/themeplugin/src/cpthemeplugin.cpp
changeset 40 593f946f4fec
parent 19 36aa4756ee82
--- a/controlpanelplugins/themeplugin/src/cpthemeplugin.cpp	Fri Jun 25 17:12:20 2010 +0800
+++ b/controlpanelplugins/themeplugin/src/cpthemeplugin.cpp	Wed Sep 29 10:09:58 2010 +0800
@@ -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("qtg_large_personalization"));
         return QList<CpSettingFormItemData*>() << entryItem;
 }