1574 // r_mpx_about_dialog |
1574 // r_mpx_about_dialog |
1575 // About Dialog |
1575 // About Dialog |
1576 // ----------------------------------------------------------------------------- |
1576 // ----------------------------------------------------------------------------- |
1577 // |
1577 // |
1578 RESOURCE DIALOG r_mpx_about_dialog |
1578 RESOURCE DIALOG r_mpx_about_dialog |
1579 { |
1579 { |
1580 flags=EEikDialogFlagNoDrag |EEikDialogFlagCbaButtons |EEikDialogFlagWait; |
1580 flags = EGeneralQueryFlags; |
1581 buttons = R_AVKON_SOFTKEYS_OK_EMPTY; |
1581 buttons = R_AVKON_SOFTKEYS_OK_EMPTY; |
1582 items = |
1582 items = |
1583 { |
1583 { |
1584 DLG_LINE |
1584 DLG_LINE |
1585 { |
1585 { |
1586 type = EAknCtPopupHeadingPane; |
1586 type = EAknCtPopupHeadingPane; |
1587 id = EAknMessageQueryHeaderId; |
1587 id = EAknMessageQueryHeaderId; |
1588 control = AVKON_HEADING |
1588 control = AVKON_HEADING |
1589 { |
1589 { |
1590 headinglayout = R_AVKON_LIST_HEADING_PANE_POPUPS; |
1590 headinglayout = R_AVKON_LIST_HEADING_PANE_POPUPS; |
1591 }; |
1591 }; |
1592 }, |
1592 }, |
1593 DLG_LINE |
1593 DLG_LINE |
1594 { |
1594 { |
1595 type = EAknCtMessageQuery; |
1595 type = EAknCtMessageQuery; |
1596 id = EAknMessageQueryContentId; |
1596 id = EAknMessageQueryContentId; |
1597 control = AVKON_MESSAGE_QUERY |
1597 control = AVKON_MESSAGE_QUERY |
1598 { |
1598 { |
1599 }; |
1599 }; |
1600 } |
1600 } |
1601 }; |
1601 }; |
1602 } |
1602 } |
1603 |
1603 |
1604 // --------------------------------------------------------------------------- |
1604 // --------------------------------------------------------------------------- |
1605 // r_qtn_nmp_note_educating_the_user |
1605 // r_qtn_nmp_note_educating_the_user |
1606 // Text displays for educating user to optimize there music experience |
1606 // Text displays for educating user to optimize there music experience |
1607 // --------------------------------------------------------------------------- |
1607 // --------------------------------------------------------------------------- |