]> git.saurik.com Git - wxWidgets.git/blobdiff - src/palmos/msgdlg.cpp
Make status bar grip move to the left in RTL.
[wxWidgets.git] / src / palmos / msgdlg.cpp
index 1eaa59f52d05c339d56ab5e9019c35a940ab58c1..4c1f7732b5043df2e1b52ed089f63613824ffd40 100644 (file)
@@ -9,20 +9,15 @@
 // Licence:     wxWindows licence
 /////////////////////////////////////////////////////////////////////////////
 
-#if defined(__GNUG__) && !defined(NO_GCC_PRAGMA)
-#pragma implementation "msgdlg.h"
-#endif
-
 // For compilers that support precompilation, includes "wx.h".
 #include "wx/wxprec.h"
 
 #ifdef __BORLANDC__
-#pragma hdrstop
+    #pragma hdrstop
 #endif
 
 #ifndef WX_PRECOMP
     #include "wx/app.h"
-    #include "wx/defs.h"
     #include "wx/utils.h"
     #include "wx/dialog.h"
     #include "wx/msgdlg.h"
@@ -153,4 +148,3 @@ int wxMessageDialog::ShowModal()
 
     return wxResult;
 }
-