]> git.saurik.com Git - wxWidgets.git/blobdiff - src/univ/button.cpp
Implement GetSelectedHTML for the ie and gtk webkit backends and document.
[wxWidgets.git] / src / univ / button.cpp
index 4d9a8430841021021d97992a0d9e705f587ad03c..b26b313082318039757e6381cb6560e2a3fe101e 100644 (file)
@@ -1,5 +1,5 @@
 /////////////////////////////////////////////////////////////////////////////
-// Name:        univ/button.cpp
+// Name:        src/univ/button.cpp
 // Purpose:     wxButton
 // Author:      Vadim Zeitlin
 // Modified by:
@@ -79,8 +79,6 @@ static const wxCoord DEFAULT_BTN_MARGIN_Y = 0;
 // implementation
 // ============================================================================
 
-IMPLEMENT_DYNAMIC_CLASS(wxButton, wxControl)
-
 // ----------------------------------------------------------------------------
 // creation
 // ----------------------------------------------------------------------------