diff -r 788b770ce3ae -r 42de37ce7ce4 locationtriggering/lbtmgmtui/data/lbtmgmtpluginview.rss --- a/locationtriggering/lbtmgmtui/data/lbtmgmtpluginview.rss Tue Feb 02 10:12:24 2010 +0200 +++ b/locationtriggering/lbtmgmtui/data/lbtmgmtpluginview.rss Fri Feb 19 23:14:27 2010 +0200 @@ -141,6 +141,47 @@ } }; } + +//---------------------------------------------------- +// +// r_lbtmgmtplugin_contextmenubar +// Context Menu Bar Location Trigger Management plug-in view. +// +//---------------------------------------------------- +// +RESOURCE MENU_BAR r_lbtmgmtplugin_contextmenubar + { + titles = + { + MENU_TITLE { menu_pane = r_lbtmgmtplugin_contextmenu; txt=""; } + }; + } + +//------------------------------------------------------------------------------ +// +// r_lbtmgmtplugin_contextmenu +// +// Context Menu Items for Location Trigger Management plug-in view. +// +//------------------------------------------------------------------------------ +// +RESOURCE MENU_PANE r_lbtmgmtplugin_contextmenu + { + items= + { + MENU_ITEM + { + command = ELbtMgmtInfo; + txt = qtn_options_loctr_info; + }, + MENU_ITEM + { + command = ELbtMgmtClearAll; + txt = qtn_options_loctr_clear_triggers; + } + }; + } + //------------------------------------------------------------------------------ @@ -176,21 +217,6 @@ { MENU_ITEM { - command = ELbtMgmtChange; - txt = qtn_options_change; - }, - MENU_ITEM - { - command = ELbtMgmtInfo; - txt = qtn_options_loctr_info; - }, - MENU_ITEM - { - command = ELbtMgmtClearAll; - txt = qtn_options_loctr_clear_triggers; - }, - MENU_ITEM - { command = EAknCmdHelp; txt = qtn_options_help; },