]> git.saurik.com Git - wxWidgets.git/blobdiff - wxPython/src/_tipdlg.i
just a whitespace change
[wxWidgets.git] / wxPython / src / _tipdlg.i
index cd839ccca8b0b863525c6bd1a9e0e54ead29d1b9..2713eaf6e55529d99b474b8b0c255b4d9ea7d180 100644 (file)
@@ -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).