X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/eacf9d88f92230fc3333a1a4f8994dd21f4cf620..e8f6339b51925fadcf040d6e3850acce4b9c8421:/demos/dbbrowse/doc.h?ds=inline

diff --git a/demos/dbbrowse/doc.h b/demos/dbbrowse/doc.h
index c3dd92d1d2..86672c449c 100644
--- a/demos/dbbrowse/doc.h
+++ b/demos/dbbrowse/doc.h
@@ -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()
 };