|
From: Andre R. <and...@us...> - 2006-02-05 16:53:28
|
Update of /cvsroot/frontierkernel/Frontier/Common/stubs In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv16513 Modified Files: megastubs.c Log Message: Update message box title for OPML Editor. Index: megastubs.c =================================================================== RCS file: /cvsroot/frontierkernel/Frontier/Common/stubs/megastubs.c,v retrieving revision 1.5 retrieving revision 1.6 diff -C2 -d -r1.5 -r1.6 *** megastubs.c 11 Jan 2005 22:48:12 -0000 1.5 --- megastubs.c 5 Feb 2006 16:53:19 -0000 1.6 *************** *** 691,695 **** --- 691,699 ---- #ifdef PIKE /*7.0d8 PBS*/ + #ifndef OPMLEDITOR static char frontierstring [] = "Radio UserLand"; + #else //OPMLEDITOR + static char frontierstring [] = "OPML"; + #endif // OPMLEDITOR #else static char frontierstring [] = "UserLand Frontier"; |