Reverted changes in accessible.tex that caused syntax error

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@23195 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Julian Smart
2003-08-25 11:27:56 +00:00
parent 3e5bdb369b
commit bc9fa1f694
4 changed files with 9 additions and 17 deletions

View File

@@ -17,7 +17,7 @@ diagram show dependencies between them:
Every wxWindows application must link against this library. It contains
mandatory classes that any wxWindows code depends on (e.g.
\helpref{wxString}{wxstring}) and portability classes that abstract
\helpref{wxString}{wxstring}) and portability classes that abstract
differences between platforms. wxBase can be used to develop console mode
applications, it does not require any GUI libraries or running X Window System
on Unix.