|
From: Andre R. <and...@us...> - 2006-02-05 15:52:10
|
Update of /cvsroot/frontierkernel/Frontier/Common/source In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv27800 Modified Files: winregistry.c Log Message: Updated windows registry key for OPML Editor. Index: winregistry.c =================================================================== RCS file: /cvsroot/frontierkernel/Frontier/Common/source/winregistry.c,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** winregistry.c 11 Jan 2005 22:48:12 -0000 1.3 --- winregistry.c 5 Feb 2006 15:51:57 -0000 1.4 *************** *** 313,317 **** --- 313,321 ---- #ifdef PIKE + #ifndef OPMLEDITOR #define ProgramKey "\x16" "Software\\UserLand\\Pike" + #else //OPMLEDITOR + #define ProgramKey "\x16" "Software\\Scripting.com\\OPML" + #endif //OPMLEDITOR #else #define ProgramKey "\x1a" "Software\\UserLand\\Frontier" |