--- a/phonesettings/cpphonesettingsplugins/telephonyplugin/src/cptelephonyplugin.cpp Tue Jul 06 14:15:47 2010 +0300
+++ b/phonesettings/cpphonesettingsplugins/telephonyplugin/src/cptelephonyplugin.cpp Wed Aug 18 09:48:26 2010 +0300
@@ -67,7 +67,10 @@
QList<CpSettingFormItemData*> ret;
ret.append(new CpSettingFormEntryItemDataImpl<CpTelephonyPluginView>(
- itemDataHelper, hbTrId("txt_cp_dblist_telephone"), hbTrId("")));
+ itemDataHelper,
+ hbTrId("txt_cp_dblist_telephone"),
+ hbTrId(""),
+ HbIcon(QString("qtg_large_voice_call"))));
return ret;
}