]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/xrc/xmlres.h
don't define WINVER in platform.h, do it in wrapwin.h and always define it as 0x0600...
[wxWidgets.git] / include / wx / xrc / xmlres.h
index 737ed87f216af262e219bc6ac34bda6e639d15f8..0f400c8f4fd3178027842d80e1f9bf409910243f 100644 (file)
@@ -310,7 +310,7 @@ public:
     // Creates an object (menu, dialog, control, ...) from an XML node.
     // Should check for validity.
     // parent is a higher-level object (usually window, dialog or panel)
-    // that is often neccessary to create the resource.
+    // that is often necessary to create the resource.
     // If instance is non-NULL it should not create a new instance via 'new' but
     // should rather use this one, and call its Create method.
     wxObject *CreateResource(wxXmlNode *node, wxObject *parent,
@@ -369,7 +369,7 @@ protected:
     void AddWindowStyles();
 
     // Gets style flags from text in form "flag | flag2| flag3 |..."
-    // Only understads flags added with AddStyle
+    // Only understands flags added with AddStyle
     int GetStyle(const wxString& param = wxT("style"), int defaults = 0);
 
     // Gets text from param and does some conversions: