]> git.saurik.com Git - wxWidgets.git/blobdiff - demos/dbbrowse/doc.h
Fixes for wxUSE_STATUSBAR.
[wxWidgets.git] / demos / dbbrowse / doc.h
index c3dd92d1d26990184304271aa4f5db4497cc064a..86672c449ccc38f23ed6109a5c060291f411c5c8 100644 (file)
@@ -1,7 +1,7 @@
 //--------------------------------------------------------------------------------------------------
 // Name:        doc.h
 // Purpose:     a non-MFC Document (a do-it-yourself document)
-// Author:      Mark Johnson, mj10777@gmx.net
+// Author:      Mark Johnson
 // Modified by: 19990808.mj10777
 // Created:     19990808
 // Copyright:   (c) Mark Johnson
@@ -84,9 +84,9 @@ public:
     virtual bool OnSashPositionChange(int newSashPosition)
     {
         if ( !wxSplitterWindow::OnSashPositionChange(newSashPosition) )
-            return FALSE;
+            return false;
         pDoc->Sash = newSashPosition;
-        return TRUE;
+        return true;
     }
     DECLARE_EVENT_TABLE()
 };