|
From: creedon <icr...@us...> - 2005-01-12 23:01:28
|
Update of /cvsroot/frontierkernel/Frontier/Common/source In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv24403 Modified Files: langhtml.c Log Message: removed UserLand Index: langhtml.c =================================================================== RCS file: /cvsroot/frontierkernel/Frontier/Common/source/langhtml.c,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 *** langhtml.c 11 Jan 2005 22:48:06 -0000 1.4 --- langhtml.c 12 Jan 2005 23:01:06 -0000 1.5 *************** *** 152,158 **** #if TARGET_API_MAC_CARBON == 1 ! #define STR_P_SERVERSTRING "\x18" "UserLand Frontier/^0-^1X" #else ! #define STR_P_SERVERSTRING "\x17" "UserLand Frontier/^0-^1" #endif --- 152,158 ---- #if TARGET_API_MAC_CARBON == 1 ! #define STR_P_SERVERSTRING "\x0f" "Frontier/^0-^1X" /* 2005-01-04 creedon - removed UserLand for open source release */ #else ! #define STR_P_SERVERSTRING "\x0e" "Frontier/^0-^1" /* 2005-01-04 creedon - removed UserLand for open source release */ #endif |