[Slashhack-cvs] slashhack/resources/xul/menus index.xul,1.2,1.3
Brought to you by:
fletch
|
From: Dave F. <fl...@us...> - 2004-10-21 04:57:05
|
Update of /cvsroot/slashhack/slashhack/resources/xul/menus In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv17990/resources/xul/menus Modified Files: index.xul Log Message: Added #slashhack IRC channel. Index: index.xul =================================================================== RCS file: /cvsroot/slashhack/slashhack/resources/xul/menus/index.xul,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** index.xul 20 Oct 2004 03:59:12 -0000 1.2 --- index.xul 21 Oct 2004 04:56:55 -0000 1.3 *************** *** 52,55 **** --- 52,59 ---- image='chrome://slashhack/content/resources/images/slashicon.gif' oncommand='window.open("irc://us.slashnet.org/slashdot").close();'/> + <menuitem + label='Slashhack IRC' + class='menuitem-iconic' + oncommand='window.open("irc://us.slashnet.org/slashhack").close();'/> <menuseparator/> <template> |