diff -r a5692c68d772 -r 593f946f4fec controlpanelplugins/themeplugin/src/cpthemeplugin.cpp --- 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() << entryItem; }