projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
regenerated with tmake
[wxWidgets.git]
/
src
/
common
/
intl.cpp
diff --git
a/src/common/intl.cpp
b/src/common/intl.cpp
index 01d449fd5346e6f8c5686abe0feeec6d30b1c41b..4fb77495a01020573dbd57ae6f56d9a5225d280d 100644
(file)
--- a/
src/common/intl.cpp
+++ b/
src/common/intl.cpp
@@
-932,7
+932,7
@@
wxString wxLocale::GetSystemEncodingName()
#ifdef __WIN32__
// FIXME: what is the error return value for GetACP()?
UINT codepage = ::GetACP();
#ifdef __WIN32__
// FIXME: what is the error return value for GetACP()?
UINT codepage = ::GetACP();
- encname.Printf(_T("
cp
%u"), codepage);
+ encname.Printf(_T("
windows-
%u"), codepage);
#elif defined(__UNIX_LIKE__)
#if defined(HAVE_LANGINFO_H) && defined(CODESET)
#elif defined(__UNIX_LIKE__)
#if defined(HAVE_LANGINFO_H) && defined(CODESET)