From: Ryan C. Gordon Date: Wed, 19 Aug 2009 04:40:49 +0000 (-0400) Subject: Changed capitalization of the small window caption. X-Git-Url: https://git.jsancho.org/?a=commitdiff_plain;h=67aaac9d28215f63f6739dc47976e214514e840a;p=lugaru.git Changed capitalization of the small window caption. --- 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);