diff options
author | rubidium <rubidium@openttd.org> | 2011-11-19 22:15:44 +0000 |
---|---|---|
committer | rubidium <rubidium@openttd.org> | 2011-11-19 22:15:44 +0000 |
commit | b8866be0939c6b51372f92027d32555ab95b97eb (patch) | |
tree | a2e52e85bea9791527651e6dd04fca37e673a738 /src/strgen | |
parent | d86e6b6162017976e50a4632df10bb286f448d96 (diff) | |
download | openttd-b8866be0939c6b51372f92027d32555ab95b97eb.tar.xz |
(svn r23269) -Codechange: rename some control/string codes/IDs to be more consistent
Diffstat (limited to 'src/strgen')
-rw-r--r-- | src/strgen/strgen.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/strgen/strgen.cpp b/src/strgen/strgen.cpp index 9dd5b6fb6..f3462b415 100644 --- a/src/strgen/strgen.cpp +++ b/src/strgen/strgen.cpp @@ -1012,7 +1012,7 @@ static void PutCommandString(const char *str) if (cs == NULL) break; if (casei != -1) { - PutUtf8(SCC_SETCASE); // {SETCASE} + PutUtf8(SCC_SET_CASE); // {SET_CASE} PutByte(casei); } |