]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/palmos/notebook.h
fix handling of % in our printf implementation (part of patch 1462778)
[wxWidgets.git] / include / wx / palmos / notebook.h
index fd9333b16ce078d20b7a2761cf0eb0ea2eab081a..b06f9552f68f061d9189a1888ba158b2ba007644 100644 (file)
@@ -1,10 +1,10 @@
 /////////////////////////////////////////////////////////////////////////////
-// Name:        palmos/notebook.h
+// Name:        wx/palmos/notebook.h
 // Purpose:     notebook interface (a.k.a. property sheet)
-// Author:      William Osborne
+// Author:      William Osborne - minimal working wxPalmOS port
 // Modified by:
 // Created:     10/13/04
-// RCS-ID:      $Id:
+// RCS-ID:      $Id$
 // Copyright:   (c) William Osborne
 // Licence:     wxWindows licence
 /////////////////////////////////////////////////////////////////////////////
 #ifndef _NOTEBOOK_H
 #define _NOTEBOOK_H
 
-#if defined(__GNUG__) && !defined(NO_GCC_PRAGMA)
-  #pragma interface "notebook.h"
-#endif
-
 #if wxUSE_NOTEBOOK
 
 // ----------------------------------------------------------------------------