[Herecast-commit] herecast/src/Subscribe SubscribeXP.cpp,1.2,1.3
Status: Beta
Brought to you by:
mdpaciga
|
From: Mark P. <mdp...@us...> - 2005-07-21 19:42:12
|
Update of /cvsroot/herecast/herecast/src/Subscribe In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv14032/src/Subscribe Modified Files: SubscribeXP.cpp Log Message: case change of main window from HERECAST to Herecast for consistency between XP and CE versions Index: SubscribeXP.cpp =================================================================== RCS file: /cvsroot/herecast/herecast/src/Subscribe/SubscribeXP.cpp,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** SubscribeXP.cpp 14 Dec 2004 09:28:18 -0000 1.2 --- SubscribeXP.cpp 21 Jul 2005 19:41:03 -0000 1.3 *************** *** 71,75 **** // find the application ! HWND hWnd = FindWindow("HERECAST", NULL); --- 71,75 ---- // find the application ! HWND hWnd = FindWindow("Herecast", NULL); |