|
From: Terry T. <ter...@us...> - 2005-01-03 01:35:46
|
Update of /cvsroot/frontierkernel/Frontier/Common/source In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv25116/Frontier/Common/source Modified Files: FrontierWinMain.c Log Message: Minor cosmetic fix. Index: FrontierWinMain.c =================================================================== RCS file: /cvsroot/frontierkernel/Frontier/Common/source/FrontierWinMain.c,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** FrontierWinMain.c 23 Oct 2004 22:21:47 -0000 1.3 --- FrontierWinMain.c 3 Jan 2005 01:35:21 -0000 1.4 *************** *** 1342,1346 **** /* Register the MDI child classes */ /*7.0fc1 PBS: use Frontier icon*/ ! if (!registerChildWindowClass (/*IDNOTE*/ ID_FRONTIER_ICON, szChild1)) /*Class for generic windows (About, QuickScript).*/ return (false); --- 1342,1346 ---- /* Register the MDI child classes */ /*7.0fc1 PBS: use Frontier icon*/ ! if (!registerChildWindowClass (/*ID_NOTE_ICON*/ ID_FRONTIER_ICON, szChild1)) /*Class for generic windows (About, QuickScript).*/ return (false); |