Docs corrections from Tim Stahlhut

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@55252 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Robert Roebling
2008-08-25 09:12:15 +00:00
parent 8f3864f737
commit 4d60a2d5d4
3 changed files with 4 additions and 4 deletions

View File

@@ -402,7 +402,7 @@ public:
/**
Gets text from param and does some conversions:
replaces \n, \r, \t by respective characters (according to C syntax)
replaces \\n, \\r, \\t by respective characters (according to C syntax)
replaces @c $ by @c and @c $$ by @c $ (needed for @c _File to @c File
translation because of XML syntax)
calls wxGetTranslations (unless disabled in wxXmlResource)