General :  K-Meleon Web Browser Forum
General discussion about K-Meleon. Questions about how to setup it, macro coding, all related to its usage and the project itself, including this website. 
What is the actual name of the Tools menu?
Posted by: JamesD
Date: September 05, 2007 02:57AM

I found lines in menus.cfg that say Tools is &Tools, but my code gives an error saying there is no macro called Tools. What is the actual name of the Tools menu?

_PgLdSound_ModMenu{
setmenu(&Tools,popup,"Page Load Sound");
setmenu(Page Load Sound,macro,"ON");
setmenu(Page Load Sound,macro,"OFF");
setmenu(Page Load Sound,macro,separator);
setmenu(Page Load Sound,macro,"Configure ...");

Options: ReplyQuote
Re: What is the actual name of the Tools menu?
Posted by: JujuLand
Date: September 05, 2007 05:44AM

Try it:

_PgLdSound_ModMenu{
setmenu("&Tools",popup,"Page Load Sound");
setmenu("Page Load Sound",macro,"ON");
setmenu("Page Load Sound",macro,"OFF");
setmenu("Page Load Sound",macro,separator);
setmenu("Page Load Sound",macro,"Configure ...");

A+



Mozilla/5.0 (x11; U; Linux x86_64; fr-FR; rv:38.0) Gecko/20100101 Ubuntu/12.04 K-Meleon/76.0


Web: http://jujuland.pagesperso-orange.fr/
Mail : alain [dot] aupeix [at] wanadoo [dot] fr



Ubuntu 12.04 - Gramps 3.4.9 - Harbour 3.2.0 - Hwgui 2.20-3 - K-Meleon 76.0 rc



Options: ReplyQuote


K-Meleon forum is powered by Phorum.