add wxXLocale class and wxIsxxx_l() and wxToxxx_l() functions (heavily modified and...
authorVadim Zeitlin <vadim@wxwidgets.org>
Sun, 10 Feb 2008 17:03:23 +0000 (17:03 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Sun, 10 Feb 2008 17:03:23 +0000 (17:03 +0000)
commit6e4ae332ac7d85be3592640ffef56a60924cc1c9
tree7e8ebbeb2e1ee275f5e8199bedcf859cf86bf812
parent451c13c85ce4338db0853cfc1f148f8c92eaf91c
add wxXLocale class and wxIsxxx_l() and wxToxxx_l() functions (heavily modified and extended patch 1874287)

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@51632 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
38 files changed:
Makefile.in
build/bakefiles/files.bkl
build/msw/makefile.bcc
build/msw/makefile.gcc
build/msw/makefile.vc
build/msw/makefile.wat
build/msw/wx_base.dsp
build/msw/wx_vc7_base.vcproj
build/msw/wx_vc8_base.vcproj
configure
configure.in
docs/latex/wx/classes.tex
docs/latex/wx/locale.tex
include/wx/features.h
include/wx/mac/setup0.h
include/wx/motif/setup0.h
include/wx/msw/setup0.h
include/wx/msw/wince/setup.h
include/wx/os2/setup0.h
include/wx/palmos/setup0.h
include/wx/setup_inc.h
include/wx/univ/setup0.h
include/wx/xlocale.h [new file with mode: 0644]
setup.h.in
src/common/xlocale.cpp [new file with mode: 0644]
tests/Makefile.in
tests/makefile.bcc
tests/makefile.gcc
tests/makefile.vc
tests/makefile.wat
tests/test.bkl
tests/test_test.dsp
tests/test_vc7_test.vcproj
tests/test_vc8_test.vcproj
tests/xlocale/xlocale.cpp [new file with mode: 0644]
wxGTK.spec
wxMotif.spec
wxX11.spec