From: Peter W. <pw...@us...> - 2006-07-26 11:13:04
|
Update of /cvsroot/cob/COBEditor/src/edu/iastate/ato/shared In directory sc8-pr-cvs4.sourceforge.net:/tmp/cvs-serv31183/src/edu/iastate/ato/shared Modified Files: IconLib.java Log Message: Allows term properties to be deleted. Index: IconLib.java =================================================================== RCS file: /cvsroot/cob/COBEditor/src/edu/iastate/ato/shared/IconLib.java,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** IconLib.java 13 Jun 2006 21:55:24 -0000 1.1 --- IconLib.java 26 Jul 2006 09:37:30 -0000 1.2 *************** *** 37,40 **** --- 37,41 ---- public static ImageIcon iconAddSub = loadImageIcon("addsub.gif") ; public static ImageIcon iconDelete = loadImageIcon("delete.gif") ; + public static ImageIcon iconDelete_sm = loadImageIcon("delete_sm.gif") ; public static ImageIcon iconDeleteSub = loadImageIcon("deletesub.gif") ; public static ImageIcon iconDeleteSup = loadImageIcon("deletesup.gif") ; |