Make it possible to tell wxXmlResource which domain to pull
authorRobin Dunn <robin@alldunn.com>
Mon, 21 Aug 2006 18:27:15 +0000 (18:27 +0000)
committerRobin Dunn <robin@alldunn.com>
Mon, 21 Aug 2006 18:27:15 +0000 (18:27 +0000)
commitd4a724d4075418ccaea166925c33242a338249c7
tree4b7cffda802992d9082690739d1f2cdac911b9ab
parent4e9080bc8ea7e46bcc442037a67a08ad4efb8674
Make it possible to tell wxXmlResource which domain to pull
translatable strings from.

Make the wxLocale::GetString methods virtual so they can be overridden
in derived classes.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@40728 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
13 files changed:
docs/latex/wx/function.tex
docs/latex/wx/xmlres.tex
include/wx/intl.h
include/wx/xrc/xmlres.h
src/xrc/xh_chckl.cpp
src/xrc/xh_choic.cpp
src/xrc/xh_combo.cpp
src/xrc/xh_listb.cpp
src/xrc/xh_odcombo.cpp
src/xrc/xh_radbx.cpp
src/xrc/xmlres.cpp
wxPython/src/_intl.i
wxPython/src/_xmlres.i