--- Frodo4/Src/main_x.h 2004/01/23 15:07:46 1.7 +++ Frodo4/Src/main_x.h 2004/01/26 17:47:36 1.8 @@ -24,7 +24,8 @@ #include #endif -#ifdef QTOPIA +// Qtopia Windowing System +#ifdef QWS extern "C" int main(int argc, char *argv[]); #include #endif @@ -51,7 +52,13 @@ int main(int argc, char **argv) gettimeofday(&tv, NULL); srand(tv.tv_usec); - printf("%s by Christian Bauer\n", VERSION_STRING); +#ifndef HAVE_GLADE + printf( + "%s Copyright (C) 1994-1997,2002-2004 Christian Bauer\n" + "This is free software with ABSOLUTELY NO WARRANTY.\n" + , VERSION_STRING + ); +#endif if (!init_graphics()) return 1; fflush(stdout);