Compilation fix for wxUSE_INTL==0 in wxMSW MDI code.
authorVadim Zeitlin <vadim@wxwidgets.org>
Wed, 26 Aug 2009 20:43:53 +0000 (20:43 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Wed, 26 Aug 2009 20:43:53 +0000 (20:43 +0000)
commitbc2fe7b20452a860c781b15c91ebb8c447ff137d
treee9d2c9fed015c596b7c82d458f5e5ccff5890706
parent66f917a7eaf5d9c90fe76f7bbefeba2dd30a7de3
Compilation fix for wxUSE_INTL==0 in wxMSW MDI code.

Using wxGetTranslation().wx_str() doesn't work when wxUSE_INTL==0.

Closes #11142.

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