[QGIS Commit] r11594 - trunk/qgis/src/app

svn_qgis at osgeo.org svn_qgis at osgeo.org
Tue Sep 8 08:34:36 EDT 2009


Author: jef
Date: 2009-09-08 08:34:34 -0400 (Tue, 08 Sep 2009)
New Revision: 11594

Modified:
   trunk/qgis/src/app/qgsabout.cpp
Log:
fix compile error

Modified: trunk/qgis/src/app/qgsabout.cpp
===================================================================
--- trunk/qgis/src/app/qgsabout.cpp	2009-09-08 12:15:40 UTC (rev 11593)
+++ trunk/qgis/src/app/qgsabout.cpp	2009-09-08 12:34:34 UTC (rev 11594)
@@ -280,7 +280,7 @@
   myString += "</li>\n</ol>\n";
   //qt image plugins
   myString += "<b>" + tr( "Available Qt Image Plugins" ) + "</b><br>";
-  myString += tr( "Qt Image Plugin Search Paths<br>"" );
+  myString += tr( "Qt Image Plugin Search Paths<br>" );
   myString += QApplication::libraryPaths().join("<br>");
   myString += "<ol>\n<li>\n";
   QList<QByteArray> myImageFormats = QImageReader::supportedImageFormats();



More information about the QGIS-commit mailing list