diff -r bc5a64e5bc3c -r 5bcb308bd24d phonesettings/cpphonesettingsplugins/telephonyplugin/src/cptelephonyplugin.cpp --- 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 ret; ret.append(new CpSettingFormEntryItemDataImpl( - itemDataHelper, hbTrId("txt_cp_dblist_telephone"), hbTrId(""))); + itemDataHelper, + hbTrId("txt_cp_dblist_telephone"), + hbTrId(""), + HbIcon(QString("qtg_large_voice_call")))); return ret; }