projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
remove gtk_pizza_expose, its purpose is easily accomplished from existing expose...
[wxWidgets.git]
/
src
/
palmos
/
msgdlg.cpp
diff --git
a/src/palmos/msgdlg.cpp
b/src/palmos/msgdlg.cpp
index 12c15eb45f5ac22276dc73e379fac3275f2b9916..4c1f7732b5043df2e1b52ed089f63613824ffd40 100644
(file)
--- a/
src/palmos/msgdlg.cpp
+++ b/
src/palmos/msgdlg.cpp
@@
-13,12
+13,11
@@
#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"
@@
-149,4
+148,3
@@
int wxMessageDialog::ShowModal()
return wxResult;
}
-