From: Julian Smart Date: Sat, 17 Sep 2005 08:11:23 +0000 (+0000) Subject: Typo correction X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/e536d73ac4427ba43f0ae70c7f9369420eff1524?ds=sidebyside Typo correction git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@35525 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/docs/latex/wx/wx.hpj b/docs/latex/wx/wx.hpj index 99501ff006..70b95d7fa7 100644 --- a/docs/latex/wx/wx.hpj +++ b/docs/latex/wx/wx.hpj @@ -1,5 +1,5 @@ [OPTIONS] -BMROOT=c:\wx2dev\wxWind~1\docs/latex/wx ; Assume that bitmaps are where the source is +BMROOT=c:\wx2dev\wxWindows\docs/latex/wx ; Assume that bitmaps are where the source is TITLE=wxWidgets Manual CONTENTS=Contents COMPRESS=HIGH diff --git a/docs/latex/wx/wxmsw.tex b/docs/latex/wx/wxmsw.tex index a2cdaafdd8..d73426584c 100644 --- a/docs/latex/wx/wxmsw.tex +++ b/docs/latex/wx/wxmsw.tex @@ -307,7 +307,7 @@ replacement will need to be written. \subsubsection{Embedded Visual C++ Issues} -\wxhead{Run-time type information} +\wxheading{Run-time type information} If you wish to use runtime type information (RTTI) with eVC++ 4, you need to download an extra library, {\tt ccrtrtti.lib}, and link with it. At the time of