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