[wpdev-commits] xmlscripts/definitions/items system.xml,1.7,1.8
Brought to you by:
rip,
thiagocorrea
From: Richard M. <dr...@us...> - 2004-07-20 23:35:43
|
Update of /cvsroot/wpdev/xmlscripts/definitions/items In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv31819 Modified Files: system.xml Log Message: missing item Index: system.xml =================================================================== RCS file: /cvsroot/wpdev/xmlscripts/definitions/items/system.xml,v retrieving revision 1.7 retrieving revision 1.8 diff -C2 -d -r1.7 -r1.8 *** system.xml 2 Jun 2004 15:02:20 -0000 1.7 --- system.xml 20 Jul 2004 23:35:35 -0000 1.8 *************** *** 33,35 **** --- 33,46 ---- </item> + <!-- Trash Can --> + <item id="trashcan"> + <id>0xe77</id> + <name>trashcan</name> + <events>trashcan</events> + <color>0x430</color> + <nodecay /> + <movable>2</movable> + <type>1</type> + </item> + </definitions> |