fixed wxMotif to compile in Unicode mode (this is not full Unicode support, all strin...
authorVáclav Slavík <vslavik@fastmail.fm>
Sat, 21 Jul 2007 16:43:31 +0000 (16:43 +0000)
committerVáclav Slavík <vslavik@fastmail.fm>
Sat, 21 Jul 2007 16:43:31 +0000 (16:43 +0000)
commit6991087b08355e652866e97d3a8211103864ed8f
treeea50ed617b841a68d9b3d3649b1d6d588c7ef87b
parent3c1a16790451b00959c8080f5f2f546d70d37cdb
fixed wxMotif to compile in Unicode mode (this is not full Unicode support, all strings must be representable in current locale's charset, similarly to MSLU)

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@47623 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
21 files changed:
configure
configure.in
include/wx/motif/chkconf.h
include/wx/motif/private.h
include/wx/x11/private.h
src/motif/accel.cpp
src/motif/app.cpp
src/motif/clipbrd.cpp
src/motif/combobox_native.cpp
src/motif/cursor.cpp
src/motif/dcclient.cpp
src/motif/dialog.cpp
src/motif/filedlg.cpp
src/motif/font.cpp
src/motif/frame.cpp
src/motif/listbox.cpp
src/motif/radiobox.cpp
src/motif/stattext.cpp
src/motif/textctrl.cpp
src/motif/utils.cpp
src/motif/window.cpp