voicerecorder/group/voicerecorder.rss
branchRCL_3
changeset 18 f962425b9f8b
parent 17 4e5b531d23cb
equal deleted inserted replaced
17:4e5b531d23cb 18:f962425b9f8b
   246 
   246 
   247 RESOURCE MENU_PANE r_vr_settings_menupane
   247 RESOURCE MENU_PANE r_vr_settings_menupane
   248 	{
   248 	{
   249 	items=
   249 	items=
   250 		{
   250 		{
   251 		MENU_ITEM { command = ECmdChange;		txt = qtn_vorec_settings_change; flags = EEikMenuItemSpecific; },
   251 		MENU_ITEM { command = ECmdChange;		txt = qtn_vorec_settings_change; flags = EEikMenuItemAction ; },
   252 		MENU_ITEM { command = ECmdHelp; 		txt = qtn_options_help; },
   252 		MENU_ITEM { command = ECmdHelp; 		txt = qtn_options_help; },
   253 		MENU_ITEM { command = EEikCmdExit; 		txt = qtn_options_exit; }
   253 		MENU_ITEM { command = EEikCmdExit; 		txt = qtn_options_exit; }
   254 		};
   254 		};
   255 	}
   255 	}
   256 
   256 
  2191 //    
  2191 //    
  2192 RESOURCE MENU_PANE r_vorec_gs_settings_menupane
  2192 RESOURCE MENU_PANE r_vorec_gs_settings_menupane
  2193 	{
  2193 	{
  2194 	items=
  2194 	items=
  2195 		{
  2195 		{
  2196 		MENU_ITEM { command = ECmdChange;		txt = qtn_vorec_settings_change; flags = EEikMenuItemSpecific; },
  2196 		MENU_ITEM { command = ECmdChange;		txt = qtn_vorec_settings_change; flags = EEikMenuItemAction ; },
  2197 		MENU_ITEM { command = EAknCmdHelp; 		txt = qtn_options_help; },
  2197 		MENU_ITEM { command = EAknCmdHelp; 		txt = qtn_options_help; },
  2198 		MENU_ITEM { command = ECmdOk; 		txt = qtn_options_exit; }
  2198 		MENU_ITEM { command = ECmdOk; 		txt = qtn_options_exit; }
  2199 		};
  2199 		};
  2200 	}
  2200 	}
  2201 
  2201