]> git.saurik.com Git - wxWidgets.git/blobdiff - docs/latex/wx/helpinst.tex
don't use _T() inside wxGetTranslation() and related macros (wxTRANSLATE, _, ......
[wxWidgets.git] / docs / latex / wx / helpinst.tex
index cf39127900feeb86ef1d16715c3748018201ff8d..fd42c0e51e54937e9429028f041e3df989425bc0 100644 (file)
@@ -191,7 +191,7 @@ that the viewer is a variant of Netscape Navigator.}
 
 \membersection{wxHelpController::GetParentWindow}\label{wxhelpcontrollergetparentwindow}
 
-\constfunc{virtual bool}{GetParentWindow}{\void}
+\constfunc{virtual wxWindow*}{GetParentWindow}{\void}
 
 Returns the window to be used as the parent for the help window. This window is used
 by wxCHMHelpController, wxWinHelpController and wxHtmlHelpController.