removed ALE clone from title

This commit is contained in:
nehalmistry 2003-03-08 05:15:00 +00:00
parent 28ee9bfd25
commit 9eeed66a1b
2 changed files with 2 additions and 2 deletions

View file

@ -504,7 +504,7 @@ foundvisual:
classhint.res_class="FreeCraft";
XSetStandardProperties(TheDisplay,window
,"FreeCraft (formerly known as ALE Clone)"
,"FreeCraft"
,"FreeCraft",None,(char**)0,0,&hints);
XSetClassHint(TheDisplay,window,&classhint);
XSetWMHints(TheDisplay,window,&wmhints);

View file

@ -175,7 +175,7 @@ global void InitVideoSdl(void)
// Set WindowManager Title
SDL_WM_SetCaption("FreeCraft (formerly known as ALE Clone)","FreeCraft");
SDL_WM_SetCaption("FreeCraft","FreeCraft");
} else {
if( VideoBpp == 32 && VideoDepth == 24 ) {
VideoDepth = 0;