[Slashhack-cvs] slashhack/resources/xul/menus index.xul,1.1.1.1,1.2
Brought to you by:
fletch
|
From: Dave F. <fl...@us...> - 2004-10-20 03:59:21
|
Update of /cvsroot/slashhack/slashhack/resources/xul/menus In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv29911/resources/xul/menus Modified Files: index.xul Log Message: Task #106510 (Tab titles / focus) implemented. Index: index.xul =================================================================== RCS file: /cvsroot/slashhack/slashhack/resources/xul/menus/index.xul,v retrieving revision 1.1.1.1 retrieving revision 1.2 diff -C2 -d -r1.1.1.1 -r1.2 *** index.xul 18 Oct 2004 20:25:08 -0000 1.1.1.1 --- index.xul 20 Oct 2004 03:59:12 -0000 1.2 *************** *** 90,93 **** --- 90,125 ---- </menu> + <menu label='Help' accesskey='H' id='help-menu'> + <menupopup + id='help-menupopup' + ref='urn:slashhack:torrents'> + <menuitem + label='Help' + accesskey='H' + oncommand='launchie("http://slashhack.sf.net/help/");'/> + <menuitem + label='About SlashHack' + accesskey='A' + oncommand='launchie("http://slashhack.sf.net/about/");'/> + <menuseparator/> + <menuitem + label='About Slashdot' + accesskey='S' + oncommand='launchie("http://slashdot.org/about.shtml");'/> + <menuitem + label='Slashdot Supporters' + accesskey='u' + oncommand='launchie("http://slashdot.org/supporters.shtml");'/> + <menuitem + label='Slashdot Code' + accesskey='C' + oncommand='launchie("http://slashdot.org/code.shtml");'/> + <menuitem + label='Slashdot Awards' + accesskey='w' + oncommand='launchie("http://slashdot.org/awards.shtml");'/> + </menupopup> + </menu> + </menubar> |