phonebookui/Phonebook2/CommandsExtension/rss/MergeContactsCmd.rss
branchRCL_3
changeset 23 5586b4d2ec3e
parent 0 e686773b3f54
child 64 c1e8ba0c2b16
equal deleted inserted replaced
21:b3431bff8c19 23:5586b4d2ec3e
    20 // Dialog for merge contacts error note
    20 // Dialog for merge contacts error note
    21 // ---------------------------------------------------------
    21 // ---------------------------------------------------------
    22 //
    22 //
    23 RESOURCE DIALOG r_pbk2_merge_contacts_error_note
    23 RESOURCE DIALOG r_pbk2_merge_contacts_error_note
    24 {
    24 {
    25 flags = EAknWaitNoteFlags;
    25 flags = EAknDialogGenericNoteFlags;
    26 buttons = R_AVKON_SOFTKEYS_OK_EMPTY__OK;
    26 buttons = R_AVKON_SOFTKEYS_OK_EMPTY__OK;
    27 items =
    27 items =
    28     {
    28     {
    29     DLG_LINE
    29     DLG_LINE
    30         {
    30         {
    31         type = EAknCtNote;
    31         type=EAknCtQuery;
    32         id = EGeneralQuery;
    32         id=EGeneralQuery;
    33         control= AVKON_NOTE 
    33         control=AVKON_CONFIRMATION_QUERY
    34             { 
    34             {
    35             layout = EGeneralLayout;
    35             layout = EConfirmationQueryLayout;
    36             animation = R_QGN_NOTE_ERROR_ANIM;
    36             animation = R_QGN_NOTE_ERROR_ANIM;
    37             };
    37             };
    38         }
    38         }
    39     };
    39     };
    40 }
    40 }
    43 // Dialog for merge contacts confirmation note
    43 // Dialog for merge contacts confirmation note
    44 // ---------------------------------------------------------
    44 // ---------------------------------------------------------
    45 //
    45 //
    46 RESOURCE DIALOG r_pbk2_merge_contacts_confirmation_note
    46 RESOURCE DIALOG r_pbk2_merge_contacts_confirmation_note
    47 {
    47 {
    48 flags = EAknWaitNoteFlags;
    48 flags = EAknDialogGenericNoteFlags;
    49 buttons = R_AVKON_SOFTKEYS_OK_EMPTY__OK;
    49 buttons = R_AVKON_SOFTKEYS_OK_EMPTY__OK;
    50 items =
    50 items =
    51     {
    51     {
    52     DLG_LINE
    52     DLG_LINE
    53         {
    53         {
    54         type = EAknCtNote;
    54         type=EAknCtQuery;
    55         id = EGeneralQuery;
    55         id=EGeneralQuery;
    56         control= AVKON_NOTE 
    56         control=AVKON_CONFIRMATION_QUERY
    57             { 
    57             {
    58             layout = EGeneralLayout;
    58             layout = EConfirmationQueryLayout;
    59             animation = R_QGN_NOTE_OK_ANIM;
    59             animation = R_QGN_NOTE_OK_ANIM;
    60             };
    60             };
    61         }
    61         }
    62     };
    62     };
    63 }
    63 }