|
From: Andre R. <and...@us...> - 2006-02-05 16:52:06
|
Update of /cvsroot/frontierkernel/Frontier/Common/source In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv15978 Modified Files: about.c Log Message: Import target-specific string definitions from versions.h. Index: about.c =================================================================== RCS file: /cvsroot/frontierkernel/Frontier/Common/source/about.c,v retrieving revision 1.6 retrieving revision 1.7 diff -C2 -d -r1.6 -r1.7 *** about.c 12 Jan 2005 11:34:26 -0000 1.6 --- about.c 5 Feb 2006 16:51:58 -0000 1.7 *************** *** 166,184 **** static byte * aboutstrings [] = { ! //#ifdef PIKE ! // "\x2b" "The power of Web publishing on your desktop", /*7.0b1 PBS*/ ! //#else ! // "\x2e" "Powerful cross-platform web content management", /*6.1 AR*/ ! //#endif ! ! "\x25" "Powerful cross-platform web scripting", /*2005-01-12 aradke: re-enabled*/ ! "\x23" "© 1992-" copyright_year_string " UserLand Software, Inc.", ! ! #ifdef PIKE ! "\x26" "http://frontierkernel.sourceforge.net/", /*2005-01-12 aradke*/ ! #else ! "\x26" "http://frontierkernel.sourceforge.net/", /*2005-01-12 aradke*/ ! #endif "\x02" "^0", --- 166,174 ---- static byte * aboutstrings [] = { ! app_slogan, /* 2006-02-04 aradke: see versions.h */ ! app_copyright, /* 2006-02-04 aradke: see versions.h */ ! ! app_url, /* 2006-02-04 aradke: see versions.h */ "\x02" "^0", *************** *** 201,213 **** "\x0f" "Current Time: ", ! #ifdef PIKE ! "\x05" "Radio", /*2005-01-12 aradke*/ ! ! "\x0b" "About Radio", /*2005-01-12 aradke*/ ! #else ! "\x08" "Frontier", /*2005-01-12 aradke*/ ! ! "\x0e" "About Frontier", ! #endif "\x02" "^0", --- 191,195 ---- "\x0f" "Current Time: ", ! app_name, /* 2006-02-04 aradke: see versions.h */ "\x02" "^0", *************** *** 239,244 **** frontieritem, - titleitem, - versionitem }; --- 221,224 ---- *************** *** 1622,1626 **** // getstringlist (aboutlistnumber, abouttitlestring, bstitle); ! copystring (aboutstrings [flbootsplash? frontieritem: titleitem], bstitle); if (!newchildwindow (idaboutconfig, nil, &rwindow, &rzoom, bstitle, &w)) { --- 1602,1609 ---- // getstringlist (aboutlistnumber, abouttitlestring, bstitle); ! copystring (aboutstrings [frontieritem], bstitle); ! ! if (!flbootsplash) ! insertstring ("\x06" "About ", bstitle); /* 2006-02-04 aradke: eliminated titleitem */ if (!newchildwindow (idaboutconfig, nil, &rwindow, &rzoom, bstitle, &w)) { |