Refactor wxTranslationsLoader API.
authorVáclav Slavík <vslavik@fastmail.fm>
Thu, 6 May 2010 12:12:53 +0000 (12:12 +0000)
committerVáclav Slavík <vslavik@fastmail.fm>
Thu, 6 May 2010 12:12:53 +0000 (12:12 +0000)
commit611bed35118d838abdec90a23a90e492a6cc75d1
tree372dc07889a736cade4574538d17ca98f81514b9
parentba5619e07600355a9823f9d2dcfab56cdcbbfb07
Refactor wxTranslationsLoader API.

Instead of calling back into wxTranslations to actually load the data,
return wxMsgCatalog instance from
wxTranslationsLoader::LoadCatalog(). This requires making wxMsgCatalog
public.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@64223 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
include/wx/translation.h
interface/wx/translation.h
src/common/translation.cpp