compilation fix
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@16493 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
parent
aa4b7ef978
commit
83afe21166
@ -480,7 +480,7 @@ wxTopLevelWindowGTK::~wxTopLevelWindowGTK()
|
||||
{
|
||||
if (m_grabbed)
|
||||
{
|
||||
wxASSERT_MSG( FALSE, "Window still grabbed");
|
||||
wxASSERT_MSG( FALSE, _T("Window still grabbed"));
|
||||
RemoveGrab();
|
||||
}
|
||||
|
||||
|
@ -480,7 +480,7 @@ wxTopLevelWindowGTK::~wxTopLevelWindowGTK()
|
||||
{
|
||||
if (m_grabbed)
|
||||
{
|
||||
wxASSERT_MSG( FALSE, "Window still grabbed");
|
||||
wxASSERT_MSG( FALSE, _T("Window still grabbed"));
|
||||
RemoveGrab();
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user