aboutsummaryrefslogtreecommitdiff
path: root/tools/create_project
diff options
context:
space:
mode:
authorFilippos Karapetis2010-12-01 14:57:22 +0000
committerFilippos Karapetis2010-12-01 14:57:22 +0000
commitbd5ab7e501f32b2274812a64830f4d00ad6c11cf (patch)
tree630661b5937d9f746ff2b8ffed556e5a9cee775c /tools/create_project
parent65a7d28e21de26aa0d85b95b42969e513b5db812 (diff)
downloadscummvm-rg350-bd5ab7e501f32b2274812a64830f4d00ad6c11cf.tar.gz
scummvm-rg350-bd5ab7e501f32b2274812a64830f4d00ad6c11cf.tar.bz2
scummvm-rg350-bd5ab7e501f32b2274812a64830f4d00ad6c11cf.zip
TOOLS: Capitalization fix
svn-id: r54703
Diffstat (limited to 'tools/create_project')
-rw-r--r--tools/create_project/create_project.cpp2
1 files changed, 1 insertions, 1 deletions
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...