]> git.saurik.com Git - wxWidgets.git/blobdiff - interface/wx/textdlg.h
use UnsetToolTip() instead of SetToolTip(NULL) to fix wxX11 build broken on Buildbot...
[wxWidgets.git] / interface / wx / textdlg.h
index dc7245790d846aa9b40d049d6ec363b2b9c5d837..e6bfb2d1f8e6c750e154b03d972f40738504eae3 100644 (file)
@@ -8,7 +8,6 @@
 
 /**
     @class wxPasswordEntryDialog
-    @wxheader{textdlg.h}
 
     This class represents a dialog that requests a one-line password string from
     the user.
@@ -30,7 +29,6 @@ public:
 
 /**
     @class wxTextEntryDialog
-    @wxheader{textdlg.h}
 
     This class represents a dialog that requests a one-line text string from the
     user.