prevent GTK+ from changing locale when wxUSE_INTL==0, this makes the behaviour consis...
authorVadim Zeitlin <vadim@wxwidgets.org>
Tue, 20 Mar 2007 13:29:36 +0000 (13:29 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Tue, 20 Mar 2007 13:29:36 +0000 (13:29 +0000)
commit7ecb75b78ec24e0e38555873a000527ca9f16766
tree4c32fabc532b86c7a32c9c881399ed4365865d8a
parentca08b543ec61bbec3b4652993db6cb776499f641
prevent GTK+ from changing locale when wxUSE_INTL==0, this makes the behaviour consistent with the other ports in this case too (and not only when wxUSE_INTL==1 and the locale is changed (in all ports))

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@44972 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
src/gtk/app.cpp