From 9eeed66a1b3ced0728f602d1404cfa4a144903b5 Mon Sep 17 00:00:00 2001
From: nehalmistry <>
Date: Sat, 8 Mar 2003 05:15:00 +0000
Subject: [PATCH] removed ALE clone from title

---
 src/video/X11.cpp | 2 +-
 src/video/sdl.cpp | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/video/X11.cpp b/src/video/X11.cpp
index 311b6ca9d..60d2218cd 100644
--- a/src/video/X11.cpp
+++ b/src/video/X11.cpp
@@ -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);
diff --git a/src/video/sdl.cpp b/src/video/sdl.cpp
index 5c2eb1fe2..ef30b25f4 100644
--- a/src/video/sdl.cpp
+++ b/src/video/sdl.cpp
@@ -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;