Typos and other fixes

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@14123 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Julian Smart
2002-02-11 11:42:06 +00:00
parent b28d3abf7e
commit 6a44bffd1a
5 changed files with 22 additions and 15 deletions

View File

@@ -349,7 +349,7 @@ void wxApp::ProcessXEvent(WXEvent* _event)
if (event->xclient.message_type == wm_protocols)
{
if (event->xclient.data.l[0] == wm_delete_window)
if ((Atom) (event->xclient.data.l[0]) == wm_delete_window)
{
if (win)
{