X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/d14a1e28567de23c586bc80017073d0c39f8d18f..52f52ebc4e0be6a9899d328b08db9eb14629d219:/wxPython/src/_tipdlg.i diff --git a/wxPython/src/_tipdlg.i b/wxPython/src/_tipdlg.i index f0ddbcd922..a8b496f4d9 100644 --- a/wxPython/src/_tipdlg.i +++ b/wxPython/src/_tipdlg.i @@ -80,8 +80,8 @@ public: // the user to disable this (however, it's the program which should show, or // not, the dialog on startup depending on its value, not this class). // -// The function returns TRUE if this checkbox is checked, FALSE otherwise. -bool wxShowTip(wxWindow *parent, wxTipProvider *tipProvider, bool showAtStartup = TRUE); +// The function returns True if this checkbox is checked, False otherwise. +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).