X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/5445a26cc480e03c4dcf2ba54b0881e1fa9330e5..737e53350cffa493e72691fd965ebd60d5349bf2:/src/palmos/spinbutt.cpp

diff --git a/src/palmos/spinbutt.cpp b/src/palmos/spinbutt.cpp
index 1c708e4865..abd6314509 100644
--- a/src/palmos/spinbutt.cpp
+++ b/src/palmos/spinbutt.cpp
@@ -1,10 +1,10 @@
 /////////////////////////////////////////////////////////////////////////////
-// Name:        palmos/spinbutt.cpp
+// Name:        src/palmos/spinbutt.cpp
 // Purpose:     wxSpinButton
-// 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
 /////////////////////////////////////////////////////////////////////////////
@@ -17,11 +17,6 @@
 // headers
 // ----------------------------------------------------------------------------
 
-#if defined(__GNUG__) && !defined(NO_GCC_PRAGMA)
-    #pragma implementation "spinbutt.h"
-    #pragma implementation "spinbutbase.h"
-#endif
-
 // For compilers that support precompilation, includes "wx.h".
 #include "wx/wxprec.h"
 
@@ -29,14 +24,14 @@
     #pragma hdrstop
 #endif
 
-#ifndef WX_PRECOMP
-#include "wx/app.h"
-#endif
-
 #if wxUSE_SPINBTN
 
 #include "wx/spinbutt.h"
 
+#ifndef WX_PRECOMP
+    #include "wx/app.h"
+#endif
+
 IMPLEMENT_DYNAMIC_CLASS(wxSpinEvent, wxNotifyEvent)
 
 // ============================================================================
@@ -152,5 +147,4 @@ void wxSpinButton::SetRange(int minVal, int maxVal)
 }
 
 #endif
-    // wxUSE_SPINCTN
-
+    // wxUSE_SPINBTN