]> git.saurik.com Git - wxWidgets.git/blobdiff - samples/docvwmdi/docview.h
Use common book flags (and other minor corrections).
[wxWidgets.git] / samples / docvwmdi / docview.h
index 2674c6a36efb8fec384d44d3b837c2e2826e6f72..137b5f65fea6153af34c7f5ff19310d8aef79c97 100644 (file)
@@ -5,14 +5,10 @@
 // Modified by:
 // Created:     04/01/98
 // RCS-ID:      $Id$
-// Copyright:   (c) Julian Smart and Markus Holzem
+// Copyright:   (c) Julian Smart
 // Licence:     wxWindows license
 /////////////////////////////////////////////////////////////////////////////
 
-#ifdef __GNUG__
-// #pragma interface "docview.h"
-#endif
-
 #ifndef __DOCVIEWSAMPLEH__
 #define __DOCVIEWSAMPLEH__
 
@@ -58,7 +54,7 @@ DECLARE_EVENT_TABLE()
 extern MyFrame *GetMainFrame(void);
 
 #define DOCVIEW_CUT     1
-#define DOCVIEW_ABOUT   2
+#define DOCVIEW_ABOUT   wxID_ABOUT
 
 extern bool singleWindowMode;