[QGIS Commit] r15571 - trunk/qgis/python/gui

svn_qgis at osgeo.org svn_qgis at osgeo.org
Tue Mar 22 20:00:23 EDT 2011


Author: borysiasty
Date: 2011-03-22 17:00:23 -0700 (Tue, 22 Mar 2011)
New Revision: 15571

Modified:
   trunk/qgis/python/gui/qgsattributeeditor.sip
Log:
typo fix

Modified: trunk/qgis/python/gui/qgsattributeeditor.sip
===================================================================
--- trunk/qgis/python/gui/qgsattributeeditor.sip	2011-03-22 23:57:44 UTC (rev 15570)
+++ trunk/qgis/python/gui/qgsattributeeditor.sip	2011-03-23 00:00:23 UTC (rev 15571)
@@ -2,7 +2,7 @@
 class QgsAttributeEditor : public QObject
 {
 %TypeHeaderCode
-#incude <qgsattributeeditor.h>
+#include <qgsattributeeditor.h>
 %End
   public:
     QgsAttributeEditor( QObject *parent );



More information about the QGIS-commit mailing list