Configure.in: minor changes.

include/* -- #defines so that you can #include them more than once.
This commit is contained in:
Jeff Teunissen 2000-05-17 18:28:13 +00:00
parent 686c0b5178
commit 7647fdd484
26 changed files with 109 additions and 62 deletions

View file

@ -167,7 +167,7 @@ void CL_PredictMove (void)
char text[1024];
cls.state = ca_active;
snprintf (text, sizeof(text), "QuakeForge: %s", cls.servername);
snprintf (text, sizeof(text), "%s: %s", PROGRAM, cls.servername);
#ifdef _WIN32
SetWindowText (mainwindow, text);
#endif