]> git.saurik.com Git - wxWidgets.git/blobdiff - src/palmos/main.cpp
Removed no longer needed code to fix combo sizing (causes layout problems on Windows)
[wxWidgets.git] / src / palmos / main.cpp
index df38c0718e1b528d0bb5ac59d3546e2160cd8a97..aaf6f0ab519c097482c540ad4c8f0ef360495544 100644 (file)
@@ -1,10 +1,10 @@
 /////////////////////////////////////////////////////////////////////////////
-// Name:        palmos/main.cpp
+// Name:        src/palmos/main.cpp
 // Purpose:     wxEnter for Palm OS
-// Author:      William Osborne
+// Author:      William Osborne - minimal working wxPalmOS port
 // Modified by:
 // Created:     10/07/04
-// RCS-ID:      $Id
+// RCS-ID:      $Id$
 // Copyright:   (c) William Osborne
 // Licence:     wxWindows licence
 /////////////////////////////////////////////////////////////////////////////
 // headers
 // ----------------------------------------------------------------------------
 
-#if defined(__GNUG__) && !defined(NO_GCC_PRAGMA)
-    #pragma implementation
-#endif
-
 // For compilers that support precompilation, includes "wx.h".
 #include "wx/wxprec.h"
 
@@ -44,7 +40,7 @@
 
 int wxEntry()
 {
-    /* There is no command line in PalmOS.  For now generate a fake arument 
+    /* There is no command line in PalmOS.  For now generate a fake arument
      * list.  Later this may be changed to reflect the application launch code
      */
     wxArrayString args;
@@ -59,7 +55,7 @@ int wxEntry()
 
     // argv[] must be NULL-terminated
     argv[argc] = NULL;
-    
+
     return wxEntry(argc, argv);
 }