From bd5ab7e501f32b2274812a64830f4d00ad6c11cf Mon Sep 17 00:00:00 2001 From: Filippos Karapetis Date: Wed, 1 Dec 2010 14:57:22 +0000 Subject: TOOLS: Capitalization fix svn-id: r54703 --- tools/create_project/create_project.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tools/create_project') diff --git a/tools/create_project/create_project.cpp b/tools/create_project/create_project.cpp index 3103d5a38c..4c9ed0e6c6 100644 --- a/tools/create_project/create_project.cpp +++ b/tools/create_project/create_project.cpp @@ -690,7 +690,7 @@ const Feature s_features[] = { { "16bit", "USE_RGB_COLOR", "", true, "16bit color support" }, { "mt32emu", "USE_MT32EMU", "", true, "integrated MT-32 emulator" }, { "nasm", "USE_NASM", "", true, "IA-32 assembly support" }, // This feature is special in the regard, that it needs additional handling. - { "OpenGL", "USE_OPENGL", "opengl32", true, "OpenGL support" }, + { "opengl", "USE_OPENGL", "opengl32", true, "OpenGL support" }, { "translation", "USE_TRANSLATION", "", true, "Translation support" }, { "langdetect", "USE_DETECTLANG", "", true, "System language detection support" } // This feature actually depends on "translation", there // is just no current way of properly detecting this... -- cgit v1.2.3