typo fix: doxygen uses -, not *, for lists
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@52709 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -173,12 +173,12 @@ public:
|
|||||||
|
|
||||||
There are a couple of ways to invoke this behaviour implicitly:
|
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
|
will put a question mark in the titlebar, and Windows will put the
|
||||||
application into context-sensitive help mode automatically, with further
|
application into context-sensitive help mode automatically, with further
|
||||||
programming.
|
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
|
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
|
so that this button is only added to a dialog for non-Windows platforms
|
||||||
(use wxDIALOG_EX_CONTEXTHELP on Windows).
|
(use wxDIALOG_EX_CONTEXTHELP on Windows).
|
||||||
|
Reference in New Issue
Block a user