]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/gtk1/dialog.h
fixed the last of the off-by-one errors (some are refixed, again...)
[wxWidgets.git] / include / wx / gtk1 / dialog.h
index 7050e0b05e22efa791a33d1d384fcad76eba75b4..2d33f945d08186ab4560f5ce794af678cf07bc42 100644 (file)
@@ -68,7 +68,7 @@ public:
 
     bool Destroy();
 
-    virtual bool Show( bool show );
+    virtual bool Show( bool show = TRUE );
     virtual int ShowModal();
     virtual void EndModal( int retCode );
     virtual bool IsModal() const;