(svn r23269) -Codechange: rename some control/string codes/IDs to be more consistent
This commit is contained in:
@@ -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);
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user