]> git.jsancho.org Git - lugaru.git/commitdiff
Changed capitalization of the small window caption.
authorRyan C. Gordon <icculus@icculus.org>
Wed, 19 Aug 2009 04:40:49 +0000 (00:40 -0400)
committerRyan C. Gordon <icculus@icculus.org>
Wed, 19 Aug 2009 04:40:49 +0000 (00:40 -0400)
Source/OpenGL_Windows.cpp

index f42de3379010c390cc7f34bc99c17b0737c23fcd..2aec38d94c0fe2ef4d82225e57c592d7b810325d 100644 (file)
@@ -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);