Add missing wxT.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_8_BRANCH@47839 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -542,7 +542,7 @@ wxMask::~wxMask()
|
||||
bool wxMask::Create(const wxBitmap& bitmap)
|
||||
{
|
||||
// TODO
|
||||
wxLogDebug("Cannot yet create a mask from a mono bitmap");
|
||||
wxLogDebug(wxT("Cannot yet create a mask from a mono bitmap"));
|
||||
return FALSE;
|
||||
}
|
||||
|
||||
@@ -551,7 +551,7 @@ bool wxMask::Create(const wxBitmap& bitmap)
|
||||
bool wxMask::Create(const wxBitmap& bitmap, int paletteIndex)
|
||||
{
|
||||
// TODO
|
||||
wxLogDebug("Cannot yet create a mask from a palette bitmap");
|
||||
wxLogDebug(wxT("Cannot yet create a mask from a palette bitmap"));
|
||||
return FALSE;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user