From dd634f2777cd1cd56dfaa2fb8cb3885b99cd6226 Mon Sep 17 00:00:00 2001 From: =?utf8?q?V=C3=A1clav=20Slav=C3=ADk?= Date: Sat, 22 Mar 2008 19:09:09 +0000 Subject: [PATCH] typo fix: doxygen uses -, not *, for lists git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@52709 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- interface/cshelp.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/interface/cshelp.h b/interface/cshelp.h index 4dcfca7451..22f366dd71 100644 --- a/interface/cshelp.h +++ b/interface/cshelp.h @@ -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). -- 2.50.0