From 67aaac9d28215f63f6739dc47976e214514e840a Mon Sep 17 00:00:00 2001 From: "Ryan C. Gordon" Date: Wed, 19 Aug 2009 00:40:49 -0400 Subject: [PATCH] Changed capitalization of the small window caption. --- Source/OpenGL_Windows.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Source/OpenGL_Windows.cpp b/Source/OpenGL_Windows.cpp index f42de33..2aec38d 100644 --- a/Source/OpenGL_Windows.cpp +++ b/Source/OpenGL_Windows.cpp @@ -870,7 +870,7 @@ Boolean SetUp (Game & game) if (!cmdline("windowed")) sdlflags |= SDL_FULLSCREEN; - SDL_WM_SetCaption("Lugaru", "lugaru"); + SDL_WM_SetCaption("Lugaru", "Lugaru"); SDL_ShowCursor(0); -- 2.39.5