debug messages don't need translation
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@46143 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -226,7 +226,7 @@ wxTextFileType wxTextBuffer::GuessType() const
|
||||
case wxTextFileType_Unix: nUnix++; break; \
|
||||
case wxTextFileType_Dos: nDos++; break; \
|
||||
case wxTextFileType_Mac: nMac++; break; \
|
||||
default: wxFAIL_MSG(_("unknown line terminator")); \
|
||||
default: wxFAIL_MSG(_T("unknown line terminator")); \
|
||||
}
|
||||
|
||||
size_t n;
|
||||
|
Reference in New Issue
Block a user