]> git.saurik.com Git - wxWidgets.git/blobdiff - wxPython/src/_tipdlg.i
Script updates
[wxWidgets.git] / wxPython / src / _tipdlg.i
index f0ddbcd9225cc0f24d92fd3269f960fcc802fa44..a8b496f4d963550a6f2e3efd5d1a815c05e133b1 100644 (file)
@@ -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).