diff options
author | Max Khon <fjoe@FreeBSD.org> | 2004-06-27 21:18:25 +0000 |
---|---|---|
committer | Max Khon <fjoe@FreeBSD.org> | 2004-06-27 21:18:25 +0000 |
commit | 964b1fe1d9aecaa1087c175e05698838b5cf4569 (patch) | |
tree | 133a3527833ecad8c9ba3196f5e61f5f9c7b9bf7 /databases/pgadmin3/files/patch-src-ui-events.cpp | |
parent | New ports: (diff) |
Update to 1.0.2.
Use wxWidgets 2.5.2.
Notes
Notes:
svn path=/head/; revision=112415
Diffstat (limited to 'databases/pgadmin3/files/patch-src-ui-events.cpp')
-rw-r--r-- | databases/pgadmin3/files/patch-src-ui-events.cpp | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/databases/pgadmin3/files/patch-src-ui-events.cpp b/databases/pgadmin3/files/patch-src-ui-events.cpp new file mode 100644 index 000000000000..1797bf938f3e --- /dev/null +++ b/databases/pgadmin3/files/patch-src-ui-events.cpp @@ -0,0 +1,10 @@ +--- src/ui/events.cpp.orig Mon Jun 28 01:22:51 2004 ++++ src/ui/events.cpp Mon Jun 28 01:22:38 2004 +@@ -18,6 +18,7 @@ + #include <wx/imaglist.h> + #include <wx/tipdlg.h> + #include <wx/stc/stc.h> ++#include <wx/spinctrl.h> + + // App headers + #include "pgAdmin3.h" |