Compilation fix for STL build after r65830.
authorVadim Zeitlin <vadim@wxwidgets.org>
Sat, 16 Oct 2010 23:05:15 +0000 (23:05 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Sat, 16 Oct 2010 23:05:15 +0000 (23:05 +0000)
commitb37e255c36ad5d41ecd0546f0783ec0fbd95e5cf
treedfb0d11dbb5f0b4004be6a6abda64677bce8cbc4
parenta9544d0014003a3a1ea759b2a2d1c016b74959d6
Compilation fix for STL build after r65830.

Explicit conversion from wxString to "const char *" is needed in STL build.
And even in non-STL build it's wrong to rely on implicit conversion as it
wouldn't work correctly in non-UTF-8 locales.

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