diff -r c84cf270c54f -r 8871b09be73b phoneapp/phoneui/srcdata/phoneui.rss --- a/phoneapp/phoneui/srcdata/phoneui.rss Tue Feb 02 00:10:04 2010 +0200 +++ b/phoneapp/phoneui/srcdata/phoneui.rss Fri Feb 19 22:50:26 2010 +0200 @@ -6235,20 +6235,19 @@ buf = qtn_bt_dev_address; } - -// --------------------------------------------------------- -// -// r_phone_information_note_with_wait +// --------------------------------------------------------- +// +// r_phone_information_note_with_cba // It defines note template for information notes. Text // must be replaced to correct in code. Note has wait // flag. // // --------------------------------------------------------- // -RESOURCE DIALOG r_phone_information_note_with_wait +RESOURCE DIALOG r_phone_information_note_with_cba { flags = EEikDialogFlagNoDrag | EEikDialogFlagNoTitleBar | - EEikDialogFlagCbaButtons | EEikDialogFlagWait; + EEikDialogFlagCbaButtons; buttons = r_phoneui_wait_note_cba; items = { @@ -6999,7 +6998,16 @@ buf = text_sim_lock_active; } - +// ----------------------------------------------------------------------------- +// +// r_sim_invalid_uicc +// +// ----------------------------------------------------------------------------- +// +RESOURCE TBUF r_sim_invalid_uicc + { + buf = text_invalid_card; + } // ----------------------------------------------------------------------------- // @@ -7729,6 +7737,11 @@ }, MENU_ITEM { + command = EEasyDialingSettingsItemPlaceHolder; + flags = EEikMenuItemDimmed; + }, + MENU_ITEM + { command = EAknCmdEditItemPlaceHolder; }, MENU_ITEM