(svn r23269) -Codechange: rename some control/string codes/IDs to be more consistent

This commit is contained in:
rubidium
2011-11-19 22:15:44 +00:00
parent d86e6b6162
commit b8866be093
67 changed files with 16370 additions and 16372 deletions

View File

@@ -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);
}