From: Vadim Zeitlin Date: Sun, 25 Nov 2007 23:59:15 +0000 (+0000) Subject: removed extraneous backslash X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/14e806983160b095ff817b14017eb7922bc6ccf4 removed extraneous backslash git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@50247 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/docs/latex/wx/notifmsg.tex b/docs/latex/wx/notifmsg.tex index 481f6ac428..5c44442602 100644 --- a/docs/latex/wx/notifmsg.tex +++ b/docs/latex/wx/notifmsg.tex @@ -33,7 +33,7 @@ Notice that this class is not a window and so doesn't derive from wxWindow. \func{}{wxNotificationMessage}{\void} -Default constructor, use \helpref{SetParent}{\wxnotificationmessagesetparent}, +Default constructor, use \helpref{SetParent}{wxnotificationmessagesetparent}, \helpref{SetTitle}{wxnotificationmessagesettitle} and \helpref{SetMessage}{wxnotificationmessagesetmessage} to initialize the object before showing it.