[EMAIL PROTECTED] a écrit :
Author: dpage

Date: 2007-04-30 12:09:51 +0000 (Mon, 30 Apr 2007)

New Revision: 6240

Revision summary: http://svn.pgadmin.org/cgi-bin/viewcvs.cgi/?rev=6240&view=rev

Log:
Allow detection and conversion of line ending format in the query tool.


Modified:
   trunk/pgadmin3/CHANGELOG
   trunk/pgadmin3/pgadmin/frm/frmQuery.cpp
   trunk/pgadmin3/pgadmin/include/frm/frmQuery.h
   trunk/pgadmin3/pgadmin/include/frm/menu.h


It seems to me that frmQuery.cpp misses the utffile.h header file. See attached patch.

Regards.


--
Guillaume.
http://www.postgresqlfr.org
http://docs.postgresqlfr.org
Index: pgadmin/frm/frmQuery.cpp
===================================================================
--- pgadmin/frm/frmQuery.cpp	(révision 6242)
+++ pgadmin/frm/frmQuery.cpp	(copie de travail)
@@ -34,6 +34,7 @@
 #include "dlg/dlgAddFavourite.h"
 #include "dlg/dlgManageFavourites.h"
 #include "utils/favourites.h"
+#include "utils/utffile.h"
 #include "frm/frmReport.h"
 
 #include <wx/clipbrd.h>
---------------------------(end of broadcast)---------------------------
TIP 4: Have you searched our list archives?

               http://archives.postgresql.org

Reply via email to