X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/ab1f7d2aa9cb1857cf87e105ebbd36a92676bbde..3b03eb99e93df17890dcd06f3638d9c3c1d769d6:/wxPython/src/_tipdlg.i?ds=sidebyside diff --git a/wxPython/src/_tipdlg.i b/wxPython/src/_tipdlg.i index cd839ccca8..2713eaf6e5 100644 --- a/wxPython/src/_tipdlg.i +++ b/wxPython/src/_tipdlg.i @@ -82,7 +82,7 @@ public: // // The function returns True if this checkbox is checked, False otherwise. MustHaveApp(wxShowTip); -bool wxShowTip(wxWindow *parent, wxTipProvider *tipProvider, bool showAtStartup = True); +bool wxShowTip(wxWindow *parent, wxTipProvider *tipProvider, bool showAtStartup = true); // a function which returns an implementation of wxTipProvider using the // specified text file as the source of tips (each line is a tip).