Reverted wxFileSystem support in wxLocale.
authorVáclav Slavík <vslavik@fastmail.fm>
Sun, 28 Mar 2010 15:41:41 +0000 (15:41 +0000)
committerVáclav Slavík <vslavik@fastmail.fm>
Sun, 28 Mar 2010 15:41:41 +0000 (15:41 +0000)
commit3eadb6d5e6ef0540af07be807298c263b9f7c339
tree0cce9d57db858285fb6eab0ced18cb72f3ccdb0b
parent55129143a164e44f832c7438c79310ebe26675d5
Reverted wxFileSystem support in wxLocale.

The implementation was broken in numerous ways. URLs were corrupted in
search paths thanks to use of wxFileName for normalization. Lookup of
catalogs was broken, because ":" in URLs were interpreted as path
separators. Asserts occured because filenames were (incorrectly!)
interpreted as URLs.

Will replace with proper implementation.

See #8793, #11491.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@63764 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
docs/changes.txt
src/common/intl.cpp