|
From: Terry T. <ter...@us...> - 2005-01-03 01:34:14
|
Update of /cvsroot/frontierkernel/Frontier/Common/headers In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv24934/Frontier/Common/headers Modified Files: WinLand.h Log Message: Minor fixes - mainly to change line endings for WINE 'wrc', Cygwin/MingGW 'windres' resource compilers. Index: WinLand.h =================================================================== RCS file: /cvsroot/frontierkernel/Frontier/Common/headers/WinLand.h,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** WinLand.h 9 Oct 2004 21:12:13 -0000 1.1 --- WinLand.h 3 Jan 2005 01:34:00 -0000 1.2 *************** *** 65,68 **** --- 65,69 ---- #define ID_TABLE_ICON 11 #define ID_WP_ICON 12 + #define ID_NOTE_ICON 13 #define ID_DESKTOPSCRIPT_ICON 14 *************** *** 71,76 **** #endif - #define IDNOTE 13 - #define ID_FRONTIERTRAY_ICON 16 --- 72,75 ---- |