diff -r 19394c261aa5 -r e79ce701c376 controlpanelplugins/themeplugin/src/cpthemeplugin.cpp --- 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() << entryItem; }