Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
fix compile error
git-svn-id: http://svn.osgeo.org/qgis/trunk@11594 c8812cc2-4d05-0410-92ff-de0c093fc19c
  • Loading branch information
jef committed Sep 8, 2009
1 parent 4181176 commit 0cc8d08
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/qgsabout.cpp
Expand Up @@ -280,7 +280,7 @@ void QgsAbout::setPluginInfo()
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();
Expand Down

0 comments on commit 0cc8d08

Please sign in to comment.