patch for Mac from Dave Page
authorU-QUAN-NOTE\Administrator <Administrator@QUAN-NOTE.(none)>
Wed, 23 Dec 2009 13:02:02 +0000 (21:02 +0800)
committerU-QUAN-NOTE\Administrator <Administrator@QUAN-NOTE.(none)>
Wed, 23 Dec 2009 13:02:02 +0000 (21:02 +0800)
pgadmin/frm/module.mk [changed mode: 0644->0755]
pgadmin/include/frm/frmImport.h
pgadmin/include/frm/module.mk [changed mode: 0644->0755]

old mode 100644 (file)
new mode 100755 (executable)
index 75c2798..105c8af
@@ -21,6 +21,7 @@ pgadmin3_SOURCES += \
        $(srcdir)/frm/frmGrantWizard.cpp \
        $(srcdir)/frm/frmHbaConfig.cpp \
        $(srcdir)/frm/frmHint.cpp \
+       $(srcdir)/frm/frmImport.cpp \
        $(srcdir)/frm/frmMain.cpp \
        $(srcdir)/frm/frmMainConfig.cpp \
        $(srcdir)/frm/frmMaintenance.cpp \
index 5d5eb0f5a97877109497eb665daa4c88eb92d4f6..2b3e9902f4f89f253d16be3b3fcc25d7dd949f5a 100755 (executable)
@@ -2,8 +2,6 @@
 // for applied a free license of DialogBlocks to design wxWizard UI.\r
 // http://www.anthemion.co.uk/   http://www.dialogblocks.com/\r
 \r
-// To enable import from ODBC, the wxWidgets must be compiled with --with-odbc\r
-\r
 #ifndef FRMIMPORT_H\r
 #define FRMIMPORT_H\r
 \r
@@ -20,7 +18,7 @@
 #include "utils/pgodbc.h"\r
 #endif\r
 \r
-\r
+#include <wx/spinctrl.h>\r
 #include <wx/archive.h>\r
 #include <wx/wfstream.h>\r
 #include <wx/zstream.h>\r
old mode 100644 (file)
new mode 100755 (executable)
index 750e8fb..27c58cc
@@ -20,6 +20,7 @@ pgadmin3_SOURCES += \
        $(srcdir)/include/frm/frmGrantWizard.h \\r
        $(srcdir)/include/frm/frmHbaConfig.h \\r
        $(srcdir)/include/frm/frmHint.h \\r
+       $(srcdir)/include/frm/frmImport.h \\r
        $(srcdir)/include/frm/frmMain.h \\r
        $(srcdir)/include/frm/frmMainConfig.h \\r
        $(srcdir)/include/frm/frmMaintenance.h \\r