OSDN Git Service

Patch #1804762 continued
authorJochen Tucht <jtuc@users.sourceforge.net>
Sun, 14 Oct 2007 08:22:14 +0000 (08:22 +0000)
committerJochen Tucht <jtuc@users.sourceforge.net>
Sun, 14 Oct 2007 08:22:14 +0000 (08:22 +0000)
Src/PropEditor.cpp

index 527ec70..5d6d1a4 100644 (file)
@@ -185,7 +185,7 @@ void CPropEditor::OnEnKillfocusTabEdit()
                CString msg;
                CString num;
                num.Format(_T("%d"), MAX_TABSIZE);
-               AfxFormatString1(msg, IDS_OPTIONS_INVALID_TABSIZE, num);
+               LangFormatString1(msg, IDS_OPTIONS_INVALID_TABSIZE, num);
                AfxMessageBox(msg, MB_ICONWARNING);
        }
 }