git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@27915
c3d73ce0-8a6f-49c7-b76d-
6d57e0e08775
// fall through
case GTK_RESPONSE_CANCEL:
// fall through
case GTK_RESPONSE_CANCEL:
+ case GTK_RESPONSE_DELETE_EVENT:
+ case GTK_RESPONSE_CLOSE:
return wxID_CANCEL;
case GTK_RESPONSE_OK:
return wxID_OK;
return wxID_CANCEL;
case GTK_RESPONSE_OK:
return wxID_OK;
// fall through
case GTK_RESPONSE_CANCEL:
// fall through
case GTK_RESPONSE_CANCEL:
+ case GTK_RESPONSE_DELETE_EVENT:
+ case GTK_RESPONSE_CLOSE:
return wxID_CANCEL;
case GTK_RESPONSE_OK:
return wxID_OK;
return wxID_CANCEL;
case GTK_RESPONSE_OK:
return wxID_OK;