]> git.saurik.com Git - wxWidgets.git/commitdiff
correct wxUSE_MSGDLG description (it's for wxMessageDialog, not wxMessageOutput)
authorVadim Zeitlin <vadim@wxwidgets.org>
Sat, 16 Feb 2008 00:07:22 +0000 (00:07 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Sat, 16 Feb 2008 00:07:22 +0000 (00:07 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@51822 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

docs/latex/wx/wxusedef.tex

index 8c13706b1e14bca93916e447fc878bc624cd0ef0..0b33b3aa04910737770c492637693949a1f2d784 100644 (file)
@@ -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.}