systemsettings/GSAccessoryPlugin/data/gsaccessoryplugin.rss
changeset 21 c4cbaa4fb734
parent 0 2e3d3ce01487
equal deleted inserted replaced
0:2e3d3ce01487 21:c4cbaa4fb734
    66             },
    66             },
    67         MENU_TITLE
    67         MENU_TITLE
    68             {
    68             {
    69             menu_pane = r_gs_menu_item_help;
    69             menu_pane = r_gs_menu_item_help;
    70             },
    70             },
    71     //fix for single click and removing "set as default" from option in menu
    71         MENU_TITLE
    72     /*    MENU_TITLE 
       
    73             {
    72             {
    74             menu_pane = r_acc_menu_item_set_as_default;
    73             menu_pane = r_acc_menu_item_set_as_default;
    75             },*/
    74             },
    76         MENU_TITLE
    75         MENU_TITLE
    77             {
    76             {
    78             menu_pane = r_gs_menu_item_open;
    77             menu_pane = r_gs_menu_item_open;
    79             }
    78             }
    80         };
    79         };
    82 
    81 
    83 //----------------------------------------------------------------------------
    82 //----------------------------------------------------------------------------
    84 // R_ACC_MENU_ITEM_SET_AS_DEFAULT
    83 // R_ACC_MENU_ITEM_SET_AS_DEFAULT
    85 //----------------------------------------------------------------------------
    84 //----------------------------------------------------------------------------
    86 //
    85 //
    87 //fix for single click and removing "set as default" from option in menu
    86 RESOURCE MENU_PANE r_acc_menu_item_set_as_default
    88 /* RESOURCE MENU_PANE r_acc_menu_item_set_as_default  
       
    89     {
    87     {
    90     items =
    88     items =
    91         {
    89         {
    92         MENU_ITEM
    90         MENU_ITEM
    93             {
    91             {
    94             command = EGSCmdAppSetasDefault;
    92             command = EGSCmdAppSetasDefault;
    95             txt = qtn_set_options_set_as_default;
    93             txt = qtn_set_options_set_as_default;
    96 	    flags = EEikMenuItemSpecific;
    94 	    flags = EEikMenuItemSpecific;
    97             }
    95             }
    98         };
    96         };
    99     } */
    97     }
   100 
    98 
   101 //----------------------------------------------------------------------------
    99 //----------------------------------------------------------------------------
   102 // R_ACC_MAIN_VIEW_CAPTION
   100 // R_ACC_MAIN_VIEW_CAPTION
   103 //----------------------------------------------------------------------------
   101 //----------------------------------------------------------------------------
   104 //
   102 //