diff -r 8434d5964e15 -r 35a9006a7fc7 voicerecorder/group/voicerecorder.rss --- a/voicerecorder/group/voicerecorder.rss Mon Jan 18 20:21:38 2010 +0200 +++ b/voicerecorder/group/voicerecorder.rss Fri Feb 19 22:53:07 2010 +0200 @@ -209,7 +209,7 @@ { items= { - MENU_ITEM { command = ECmdChange; txt = qtn_vorec_settings_change; }, + MENU_ITEM { command = ECmdChange; txt = qtn_vorec_settings_change; flags = EEikMenuItemSpecific; }, MENU_ITEM { command = ECmdHelp; txt = qtn_options_help; }, MENU_ITEM { command = EEikCmdExit; txt = qtn_options_exit; } }; @@ -2153,7 +2153,7 @@ { items= { - MENU_ITEM { command = ECmdChange; txt = qtn_vorec_settings_change; }, + MENU_ITEM { command = ECmdChange; txt = qtn_vorec_settings_change; flags = EEikMenuItemSpecific; }, MENU_ITEM { command = EAknCmdHelp; txt = qtn_options_help; }, MENU_ITEM { command = ECmdOk; txt = qtn_options_exit; } };