From 8d72832f149777b1cc71c67c044f95fde01c4e7d Mon Sep 17 00:00:00 2001 From: Julian Smart Date: Tue, 28 Sep 2004 10:32:34 +0000 Subject: [PATCH] Typo corrections git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_4_BRANCH@29488 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- docs/latex/wx/function.tex | 4 ++-- docs/latex/wx/tex2rtf.ini | 2 +- docs/latex/wx/tex2rtf_css.ini | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) 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.