From 340fcc68afff54b678d775010bdd3b075a0272d5 Mon Sep 17 00:00:00 2001 From: Vadim Zeitlin Date: Thu, 6 Dec 2007 14:18:33 +0000 Subject: [PATCH] fix typo in \param (patch 1845351) git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@50544 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- docs/latex/wx/notifmsg.tex | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/latex/wx/notifmsg.tex b/docs/latex/wx/notifmsg.tex index 840c15c29f..3c1259ff06 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}, \parent{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. -- 2.50.0