]> git.saurik.com Git - wxWidgets.git/blobdiff - interface/cshelp.h
GetSocketManager() has no GUI-specific version under Darwin finally
[wxWidgets.git] / interface / cshelp.h
index 4dcfca74517e42d7b2cace275145841b3dd7e628..22f366dd71f302ba54f461cd900172071ebd1f28 100644 (file)
@@ -173,12 +173,12 @@ public:
 
     There are a couple of ways to invoke this behaviour implicitly:
 
-    * Use the wxDIALOG_EX_CONTEXTHELP style for a dialog (Windows only). This
+    - Use the wxDIALOG_EX_CONTEXTHELP style for a dialog (Windows only). This
       will put a question mark in the titlebar, and Windows will put the
       application into context-sensitive help mode automatically, with further
       programming.
 
-    * Create a wxContextHelpButton, whose predefined behaviour is
+    - Create a wxContextHelpButton, whose predefined behaviour is
       to create a context help object.  Normally you will write your application
       so that this button is only added to a dialog for non-Windows platforms
       (use wxDIALOG_EX_CONTEXTHELP on Windows).