]> git.saurik.com Git - wxWidgets.git/blobdiff - interface/wx/xrc/xmlres.h
use UnsetToolTip() instead of SetToolTip(NULL) to fix wxX11 build broken on Buildbot...
[wxWidgets.git] / interface / wx / xrc / xmlres.h
index d1d27656840b8aa77f0bc1e153c83f9e068919a4..a74ba85f4566181025418d9a13e0c79f4e2b2885 100644 (file)
@@ -8,7 +8,6 @@
 
 /**
     @class wxXmlResource
-    @headerfile xmlres.h wx/xrc/xmlres.h
 
     This is the main class for interacting with the XML-based resource system.
 
@@ -234,7 +233,6 @@ public:
 
 /**
     @class wxXmlResourceHandler
-    @headerfile xmlres.h wx/xrc/xmlres.h
 
     wxXmlResourceHandler is an abstract base class for resource handlers
     capable of creating a control from an XML node.
@@ -404,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)