X-Git-Url: https://git.artsoft.org/?a=blobdiff_plain;f=src%2Finit.c;h=77c5fb65e88283a984432e09eaa2d26e62ee5acd;hb=23c658debac513b4ab7e2d1c0f5a8cc011f6927b;hp=33cec176b737016ff375784fe52dc6add95ae32a;hpb=c16ef99848a25648feccaae350ada6f8665a18f4;p=rocksndiamonds.git diff --git a/src/init.c b/src/init.c index 33cec176..77c5fb65 100644 --- a/src/init.c +++ b/src/init.c @@ -348,8 +348,8 @@ void InitWindow(int argc, char *argv[]) XSizeHints size_hints; XWMHints wm_hints; XClassHint class_hints; - char *window_name = WINDOWTITLE_STRING; - char *icon_name = WINDOWTITLE_STRING; + char *window_name = WINDOW_TITLE_STRING; + char *icon_name = WINDOW_TITLE_STRING; long window_event_mask; Atom proto_atom = None, delete_atom = None; #endif @@ -540,7 +540,7 @@ void InitGfx() #endif LoadGfx(PIX_SMALLFONT,&pic[PIX_SMALLFONT]); - DrawInitText(WINDOWTITLE_STRING,20,FC_YELLOW); + DrawInitText(WINDOW_TITLE_STRING,20,FC_YELLOW); DrawInitText(COPYRIGHT_STRING,50,FC_RED); #ifdef MSDOS DrawInitText("MSDOS version done by Guido Schulz",210,FC_BLUE);