From 9ca5ec8bfc5f5319cb880a767cfa5d7f20bd7bd0 Mon Sep 17 00:00:00 2001 From: Robin Dunn Date: Fri, 21 Mar 2003 19:16:14 +0000 Subject: [PATCH] SWIGged updates for wxMac git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_4_BRANCH@19673 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- wxPython/src/mac/wx.cpp | 1 + wxPython/src/mac/wx.py | 1 + 2 files changed, 2 insertions(+) diff --git a/wxPython/src/mac/wx.cpp b/wxPython/src/mac/wx.cpp index 0601110f80..ec4e194b8a 100644 --- a/wxPython/src/mac/wx.cpp +++ b/wxPython/src/mac/wx.cpp @@ -2959,6 +2959,7 @@ SWIGEXPORT(void) initwxc() { PyDict_SetItemString(d,"wxPYAPP_ASSERT_SUPPRESS", PyInt_FromLong((long) wxPYAPP_ASSERT_SUPPRESS)); PyDict_SetItemString(d,"wxPYAPP_ASSERT_EXCEPTION", PyInt_FromLong((long) wxPYAPP_ASSERT_EXCEPTION)); PyDict_SetItemString(d,"wxPYAPP_ASSERT_DIALOG", PyInt_FromLong((long) wxPYAPP_ASSERT_DIALOG)); + PyDict_SetItemString(d,"wxPYAPP_ASSERT_LOG", PyInt_FromLong((long) wxPYAPP_ASSERT_LOG)); // Make our API structure a CObject so other modules can import it // from this module. diff --git a/wxPython/src/mac/wx.py b/wxPython/src/mac/wx.py index 7d9efd53a9..76811ff9d7 100644 --- a/wxPython/src/mac/wx.py +++ b/wxPython/src/mac/wx.py @@ -957,6 +957,7 @@ wxDefaultSize = wxSizePtr(wxc.cvar.wxDefaultSize) wxPYAPP_ASSERT_SUPPRESS = wxc.wxPYAPP_ASSERT_SUPPRESS wxPYAPP_ASSERT_EXCEPTION = wxc.wxPYAPP_ASSERT_EXCEPTION wxPYAPP_ASSERT_DIALOG = wxc.wxPYAPP_ASSERT_DIALOG +wxPYAPP_ASSERT_LOG = wxc.wxPYAPP_ASSERT_LOG #-------------- USER INCLUDE -----------------------