diff options
author | Filippos Karapetis | 2010-12-01 14:57:22 +0000 |
---|---|---|
committer | Filippos Karapetis | 2010-12-01 14:57:22 +0000 |
commit | bd5ab7e501f32b2274812a64830f4d00ad6c11cf (patch) | |
tree | 630661b5937d9f746ff2b8ffed556e5a9cee775c /tools | |
parent | 65a7d28e21de26aa0d85b95b42969e513b5db812 (diff) | |
download | scummvm-rg350-bd5ab7e501f32b2274812a64830f4d00ad6c11cf.tar.gz scummvm-rg350-bd5ab7e501f32b2274812a64830f4d00ad6c11cf.tar.bz2 scummvm-rg350-bd5ab7e501f32b2274812a64830f4d00ad6c11cf.zip |
TOOLS: Capitalization fix
svn-id: r54703
Diffstat (limited to 'tools')
-rw-r--r-- | tools/create_project/create_project.cpp | 2 |
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... |