equal
deleted
inserted
replaced
30 { |
30 { |
31 MENU_ITEM |
31 MENU_ITEM |
32 { |
32 { |
33 command = KAiwCmdCall; //Same ID as in interest. |
33 command = KAiwCmdCall; //Same ID as in interest. |
34 txt = ""; //AIW plugin will override the text set here |
34 txt = ""; //AIW plugin will override the text set here |
35 cascade = AIW_CASCADE_ID; //as a fix to ASAA-6VYJ2H always show a submenu |
35 cascade = AIW_INTELLIGENT_CASCADE_ID; //No submenu if only one item in it |
36 flags = EEikMenuItemSpecificListQuery; |
36 flags = EEikMenuItemSpecific; // Click-To-Call EEikMenuItemSpecificListQuery; |
37 } |
37 } |
38 }; |
38 }; |
39 } |
39 } |
40 |
40 |
41 |
41 |