]> git.saurik.com Git - wxWidgets.git/blobdiff - interface/wx/defs.h
Add support for wxHELP button to wxMessageDialog.
[wxWidgets.git] / interface / wx / defs.h
index 9971fa818e384157789db92c04a72af1b4f02d37..2513b04c381ce152e31fa2dd3bd511b2237293b6 100644 (file)
@@ -33,7 +33,7 @@ enum wxOrientation
     */
     wxBOTH                    = wxVERTICAL | wxHORIZONTAL,
 
-    /// A synonim for @c wxBOTH.
+    /// A synonym for @c wxBOTH.
     wxORIENTATION_MASK        = wxBOTH
 };