Replace wxT() with wxS() in image options definitions.
authorVadim Zeitlin <vadim@wxwidgets.org>
Mon, 14 Nov 2011 13:35:52 +0000 (13:35 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Mon, 14 Nov 2011 13:35:52 +0000 (13:35 +0000)
commit31fb3cfe02f5ed82c47b80d264e84b8207a456b4
treee46c7b2af2d3ef5e293392370545fe7431194c15
parentb6963858fbc0a1fc82538b86d20245ace9db9449
Replace wxT() with wxS() in image options definitions.

The optimal way of creating a literal strings consisting of only ASCII
characters is to use wxS() as this avoids the need for run-time conversion in
all builds while wxT() requires a conversion from wchar_t to UTF-8 in UTF-8
builds. So replace wxT() with wxS() in wxImage options definitions.

Also remove wxT() from the options documentation, it's just useless there.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@69760 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
include/wx/image.h
interface/wx/image.h