catalog lookup broken in 2.8.5
Vadim Zeitlin
vadim at wxwidgets.org
Wed Oct 3 14:47:03 PDT 2007
On Wed, 3 Oct 2007 18:16:39 -0300 personaje <personaje at gmail.com> wrote:
p> I recently ported a wx2.6.4 application to use 2.8.5 and found that
p> I no longer got translations. The problem comes from :
p>
p> ---------------8<---------------8<---------------8<---------------8<---------------8<---------------8<---------------
p> wxString GetMsgCatalogSubdirs(const wxChar *prefix, const wxChar *lang)
...
p> A line before return shoud be added:
p>
p> searchPath << wxFILE_SEP_PATH << prefix;
Yes, apparently this was (unintentionally lost) in rev 38371, sorry.
Should be fixed now, please test the patch at
http://svn.wxwidgets.org/viewvc/wx/wxWidgets/branches/WX_2_8_BRANCH/src/common/intl.cpp?r1=49025&r2=49024&pathrev=49025
Thanks,
VZ
--
TT-Solutions: wxWidgets consultancy and technical support
http://www.tt-solutions.com/
More information about the wx-users
mailing list