Typo correction

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@35525 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Julian Smart
2005-09-17 08:11:23 +00:00
parent c40691a064
commit e536d73ac4
2 changed files with 2 additions and 2 deletions

View File

@@ -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

View File

@@ -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