Files
wxWidgets/interface/wx
Václav Slavík d2740de55e Make _() and friends safe to call from any thread.
The GetUntranslatedString() hack keeps a global copy of all strings, so
that it can return a const reference as wxGetTranslation() return value.
A global wxHashSet instance shared by all threads won't do, even guarded
with a critical section, because it may internally copy values on any
insert and thus invalidate pointers that may still be used on another
thread.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@74833 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2013-09-18 16:03:20 +00:00
..
2013-08-21 15:20:28 +00:00
2013-08-21 15:21:08 +00:00
2013-09-11 10:10:36 +00:00
2013-09-11 17:02:06 +00:00
2013-09-11 10:10:36 +00:00
2013-09-06 17:09:16 +00:00
2013-08-21 15:50:27 +00:00