]> git.saurik.com Git - wxWidgets.git/blobdiff - interface/wx/tglbtn.h
Corrected problem of wrong paragraph receiving style in formatting dialog.
[wxWidgets.git] / interface / wx / tglbtn.h
index 4a679c7ee14fa2b56626037fac96c9268211deb2..75f7e4a352e849bc09a3495ad818d5f1a537acfe 100644 (file)
@@ -9,7 +9,6 @@
 
 /**
     @class wxToggleButton
-    @wxheader{tglbtn.h}
 
     wxToggleButton is a button that stays pressed when clicked by the user. In
     other words, it is similar to wxCheckBox in
@@ -106,7 +105,6 @@ public:
 
 /**
     @class wxBitmapToggleButton
-    @wxheader{tglbtn.h}
 
     wxBitmapToggleButton is a wxToggleButton
     that contains a bitmap instead of text.