This commit is contained in:
Unknown W. Brackets 2014-02-09 00:20:09 -08:00
parent fc6bbbff76
commit 442b3171dc

View File

@ -401,7 +401,7 @@ void CtrlMatrixList::GetColumnText(wchar_t *dest, int row, int col) {
switch (col) {
case MATRIXLIST_COL_NAME:
swprintf(dest, L"View %d", r);
swprintf(dest, L"World %d", r);
break;
default: