]> git.saurik.com Git - wxWidgets.git/commitdiff
macro naming changes
authorStefan Csomor <csomor@advancedconcepts.ch>
Thu, 4 Sep 2003 12:26:52 +0000 (12:26 +0000)
committerStefan Csomor <csomor@advancedconcepts.ch>
Thu, 4 Sep 2003 12:26:52 +0000 (12:26 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@23378 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

src/html/htmlwin.cpp

index 03b1e36ab8ede622f3406903665d05747e89ffad..21db98eba5cce683bfc85730d3e9110d08f72cd7 100644 (file)
@@ -1313,7 +1313,7 @@ IMPLEMENT_ABSTRACT_CLASS(wxHtmlProcessor,wxObject)
 #if wxUSE_EXTENDED_RTTI
 IMPLEMENT_DYNAMIC_CLASS_XTI(wxHtmlWindow, wxScrolledWindow,"wx/html/htmlwin.h")
 
-WX_BEGIN_PROPERTIES_TABLE(wxHtmlWindow)
+wxBEGIN_PROPERTIES_TABLE(wxHtmlWindow)
 /*
        TODO PROPERTIES
                style , wxHW_SCROLLBAR_AUTO
@@ -1321,12 +1321,12 @@ WX_BEGIN_PROPERTIES_TABLE(wxHtmlWindow)
                url , string
                htmlcode , string
 */
-WX_END_PROPERTIES_TABLE()
+wxEND_PROPERTIES_TABLE()
 
-WX_BEGIN_HANDLERS_TABLE(wxHtmlWindow)
-WX_END_HANDLERS_TABLE()
+wxBEGIN_HANDLERS_TABLE(wxHtmlWindow)
+wxEND_HANDLERS_TABLE()
 
-WX_CONSTRUCTOR_5( wxHtmlWindow , wxWindow* , Parent , wxWindowID , Id , wxPoint , Position , wxSize , Size , long , WindowStyle ) 
+wxCONSTRUCTOR_5( wxHtmlWindow , wxWindow* , Parent , wxWindowID , Id , wxPoint , Position , wxSize , Size , long , WindowStyle ) 
 #else
 IMPLEMENT_DYNAMIC_CLASS(wxHtmlWindow,wxScrolledWindow)
 #endif