From: Vadim Zeitlin Date: Fri, 7 Dec 2007 20:27:25 +0000 (+0000) Subject: fix another LaTeX error X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/e0fe9238c69a1db73f53fbb699d00f028f1cd655 fix another LaTeX error git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@50560 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/docs/latex/wx/notifmsg.tex b/docs/latex/wx/notifmsg.tex index 3c1259ff06..a1687e98cf 100644 --- a/docs/latex/wx/notifmsg.tex +++ b/docs/latex/wx/notifmsg.tex @@ -39,7 +39,7 @@ Default constructor, use \helpref{SetParent}{wxnotificationmessagesetparent}, before showing it. -\func{}{wxNotificationMessage}{\param{const wxString\& }{title}, \param{const wxString\& }{message = wxString()}, \param{wxWindow* }{parent = NULL}, \param{int }{flags = \texttt{wxICON\_INFORMATION}} +\func{}{wxNotificationMessage}{\param{const wxString\& }{title}, \param{const wxString\& }{message = wxString()}, \param{wxWindow* }{parent = NULL}, \param{int }{flags = \texttt{wxICON\_INFORMATION}}} Create a notification object with the given attributes.