logsui/group/Common.rss
branchRCL_3
changeset 85 38bb213f60ba
parent 68 9da50d567e3c
equal deleted inserted replaced
74:6b5524b4f673 85:38bb213f60ba
    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_INTELLIGENT_CASCADE_ID; //No submenu if only one item in it
    35             cascade = AIW_CASCADE_ID;						//as a fix to ASAA-6VYJ2H always show a submenu
    36             flags = EEikMenuItemSpecific; // Click-To-Call EEikMenuItemSpecificListQuery;
    36             flags = EEikMenuItemSpecificListQuery;
    37             }
    37             }
    38         };
    38         };
    39     }
    39     }
    40 
    40 
    41 
    41