voicerecorder/group/voicerecorder.rss
branchRCL_3
changeset 5 35a9006a7fc7
parent 0 845549f293a7
child 7 6aee962f6139
equal deleted inserted replaced
1:8434d5964e15 5:35a9006a7fc7
   207 
   207 
   208 RESOURCE MENU_PANE r_vr_settings_menupane
   208 RESOURCE MENU_PANE r_vr_settings_menupane
   209 	{
   209 	{
   210 	items=
   210 	items=
   211 		{
   211 		{
   212 		MENU_ITEM { command = ECmdChange;		txt = qtn_vorec_settings_change; },
   212 		MENU_ITEM { command = ECmdChange;		txt = qtn_vorec_settings_change; flags = EEikMenuItemSpecific; },
   213 		MENU_ITEM { command = ECmdHelp; 		txt = qtn_options_help; },
   213 		MENU_ITEM { command = ECmdHelp; 		txt = qtn_options_help; },
   214 		MENU_ITEM { command = EEikCmdExit; 		txt = qtn_options_exit; }
   214 		MENU_ITEM { command = EEikCmdExit; 		txt = qtn_options_exit; }
   215 		};
   215 		};
   216 	}
   216 	}
   217 
   217 
  2151 //    
  2151 //    
  2152 RESOURCE MENU_PANE r_vorec_gs_settings_menupane
  2152 RESOURCE MENU_PANE r_vorec_gs_settings_menupane
  2153 	{
  2153 	{
  2154 	items=
  2154 	items=
  2155 		{
  2155 		{
  2156 		MENU_ITEM { command = ECmdChange;		txt = qtn_vorec_settings_change; },
  2156 		MENU_ITEM { command = ECmdChange;		txt = qtn_vorec_settings_change; flags = EEikMenuItemSpecific; },
  2157 		MENU_ITEM { command = EAknCmdHelp; 		txt = qtn_options_help; },
  2157 		MENU_ITEM { command = EAknCmdHelp; 		txt = qtn_options_help; },
  2158 		MENU_ITEM { command = ECmdOk; 		txt = qtn_options_exit; }
  2158 		MENU_ITEM { command = ECmdOk; 		txt = qtn_options_exit; }
  2159 		};
  2159 		};
  2160 	}
  2160 	}
  2161 
  2161