remotestoragefw/gsplugin/data/rsfwgspluginrsc.rss
changeset 1 1c07d7ba3e3d
parent 0 3ad9d5175a89
equal deleted inserted replaced
0:3ad9d5175a89 1:1c07d7ba3e3d
   210         {
   210         {
   211        MENU_ITEM 
   211        MENU_ITEM 
   212             {
   212             {
   213             command = EGSCmdAppChange;
   213             command = EGSCmdAppChange;
   214             txt = qtn_options_change; 
   214             txt = qtn_options_change; 
       
   215             flags = EEikMenuItemAction;
   215             },
   216             },
   216         MENU_ITEM 
   217         MENU_ITEM 
   217             {
   218             {
   218             command = EGSCmdAppEdit;
   219             command = EGSCmdAppEdit;
   219             txt = qtn_rd_opt_edit; 
   220             txt = qtn_rd_opt_edit;
       
   221             flags = EEikMenuItemSpecific;
   220             },
   222             },
   221         MENU_ITEM
   223         MENU_ITEM
   222             {
   224             {
   223             command = EGSCmdAppNew;
   225             command = EGSCmdAppNew;
   224             txt = qtn_rd_opt_new_drive;
   226             txt = qtn_rd_opt_new_drive;
   225             },
   227             },
   226         MENU_ITEM
   228         MENU_ITEM
   227             {
   229             {
   228             command = EGSCmdAppConnect;
   230             command = EGSCmdAppConnect;
   229             txt = qtn_rd_opt_connect;
   231             txt = qtn_rd_opt_connect;
       
   232             flags = EEikMenuItemSpecific;
   230             },
   233             },
   231         MENU_ITEM
   234         MENU_ITEM
   232             {
   235             {
   233             command = EGSCmdAppDisconnect;
   236             command = EGSCmdAppDisconnect;
   234             txt = qtn_rd_opt_disconnect;
   237             txt = qtn_rd_opt_disconnect;
       
   238             flags = EEikMenuItemSpecific;
   235             },
   239             },
   236         MENU_ITEM
   240         MENU_ITEM
   237             {
   241             {
   238             command = EGSCmdAppSendLink;
   242             command = EGSCmdAppSendLink;
   239             txt = qtn_rd_opt_send_link;
   243             txt = qtn_rd_opt_send_link;
       
   244             flags = EEikMenuItemSpecific;
   240             },            
   245             },            
   241         MENU_ITEM
   246         MENU_ITEM
   242             {
   247             {
   243             command = EGSCmdAppDelete;
   248             command = EGSCmdAppDelete;
   244             txt = qtn_rd_opt_delete;
   249             txt = qtn_rd_opt_delete;
       
   250             flags = EEikMenuItemSpecific;
   245             }       
   251             }       
   246         };
   252         };
   247     }
   253     }
   248 
   254 
   249 //------------------------------------------------------------------------------
   255 //------------------------------------------------------------------------------