diff --git a/docs/latex/wx/function.tex b/docs/latex/wx/function.tex index 33bf924ee3..6281fddfaa 100644 --- a/docs/latex/wx/function.tex +++ b/docs/latex/wx/function.tex @@ -1378,7 +1378,7 @@ if ( !dir.empty() ) \func{wxString}{wxFileSelector}{\param{const wxString\& }{message}, \param{const wxString\& }{default\_path = ""},\\ \param{const wxString\& }{default\_filename = ""}, \param{const wxString\& }{default\_extension = ""},\\ - \param{const wxString\& }{wildcard = ``*.*''}, \param{int }{flags = 0}, \param{wxWindow *}{parent = ""},\\ + \param{const wxString\& }{wildcard = "*.*"}, \param{int }{flags = 0}, \param{wxWindow *}{parent = NULL},\\ \param{int}{ x = -1}, \param{int}{ y = -1}} Pops up a file selector box. In Windows, this is the common file selector @@ -1749,7 +1749,7 @@ message will be split into separate lines, to cater for large messages. \param{bool }{showAtStartup = TRUE}} This function shows a "startup tip" to the user. The return value is the -state of the ``Show tips at startup'' checkbox. +state of the `Show tips at startup' checkbox. \docparam{parent}{The parent window for the modal dialog} diff --git a/docs/latex/wx/tex2rtf.ini b/docs/latex/wx/tex2rtf.ini index 60b0948b4a..abc425699a 100644 --- a/docs/latex/wx/tex2rtf.ini +++ b/docs/latex/wx/tex2rtf.ini @@ -18,7 +18,7 @@ htmlBrowseButtons = bitmap winHelpContents = yes winHelpVersion = 3 ; 3 for Windows 3.x, 4 for Windows 95 winHelpTitle = "wxWindows Manual" -truncateFilenames = yes +truncateFilenames = no combineSubSections = yes ;; ;; These two are for generating MS HTML Help project, contents and index files. diff --git a/docs/latex/wx/tex2rtf_css.ini b/docs/latex/wx/tex2rtf_css.ini index e6a089d119..03bd4759a3 100644 --- a/docs/latex/wx/tex2rtf_css.ini +++ b/docs/latex/wx/tex2rtf_css.ini @@ -19,7 +19,7 @@ htmlBrowseButtons = bitmap winHelpContents = yes winHelpVersion = 3 ; 3 for Windows 3.x, 4 for Windows 95 winHelpTitle = "wxWindows Manual" -truncateFilenames = yes +truncateFilenames = no combineSubSections = yes ;; ;; These two are for generating MS HTML Help project, contents and index files.