From 40144b187ad8ccd7c5a1738e0683ddaf91a5966b Mon Sep 17 00:00:00 2001 From: Vadim Zeitlin Date: Sat, 16 Feb 2008 00:07:22 +0000 Subject: [PATCH] correct wxUSE_MSGDLG description (it's for wxMessageDialog, not wxMessageOutput) git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@51822 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- docs/latex/wx/wxusedef.tex | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/latex/wx/wxusedef.tex b/docs/latex/wx/wxusedef.tex index 8c13706b1e..0b33b3aa04 100644 --- a/docs/latex/wx/wxusedef.tex +++ b/docs/latex/wx/wxusedef.tex @@ -133,7 +133,7 @@ using \texttt{#if} and not \texttt{#ifdef}. \twocolitem{wxUSE\_MIMETYPE}{Use \helpref{wxFileType}{wxfiletype} class.} \twocolitem{wxUSE\_MINIFRAME}{Use \helpref{wxMiniFrame}{wxminiframe} class.} \twocolitem{wxUSE\_MOUSEWHEEL}{Support mouse wheel events.} -\twocolitem{wxUSE\_MSGDLG}{Use wxMessageOutput class.} +\twocolitem{wxUSE\_MSGDLG}{Use \helpref{wxMessageDialog}{wxmessagedialog} class and \helpref{wxMessageBox}{wxmessagebox} function.} \twocolitem{wxUSE\_NATIVE\_STATUSBAR}{Use native \helpref{wxStatusBar}{wxstatusbar} class.} \twocolitem{wxUSE\_NOTEBOOK}{Use \helpref{wxNotebook}{wxnotebook} and related classes.} \twocolitem{wxUSE\_NUMBERDLG}{Use wxNumberEntryDialog class.} -- 2.47.2