compilation fix

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@16493 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Václav Slavík 2002-08-13 23:09:33 +00:00
parent aa4b7ef978
commit 83afe21166
2 changed files with 2 additions and 2 deletions

View File

@ -480,7 +480,7 @@ wxTopLevelWindowGTK::~wxTopLevelWindowGTK()
{
if (m_grabbed)
{
wxASSERT_MSG( FALSE, "Window still grabbed");
wxASSERT_MSG( FALSE, _T("Window still grabbed"));
RemoveGrab();
}

View File

@ -480,7 +480,7 @@ wxTopLevelWindowGTK::~wxTopLevelWindowGTK()
{
if (m_grabbed)
{
wxASSERT_MSG( FALSE, "Window still grabbed");
wxASSERT_MSG( FALSE, _T("Window still grabbed"));
RemoveGrab();
}