no code changes, fixed some typos

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@70302 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Dimitri Schoolwerth
2012-01-09 14:04:25 +00:00
parent 9fa7b43626
commit d9384bfb6d
10 changed files with 11 additions and 11 deletions

View File

@@ -31,7 +31,7 @@ There are several advantages to using XRC resources:
@li The XRC format uses sizers for flexibility, allowing dialogs to be
resizable and highly portable.
@li The XRC format is a wxWidgets standard, and can be generated or
postprocessed by any program that understands it. As it is basedon the XML
postprocessed by any program that understands it. As it is based on the XML
standard, existing XML editors can be used for simple editing purposes.
XRC was written by Vaclav Slavik.