Skip to content

Commit a3b000d

Browse files
author
g_j_m
committed
Version info text is html, so treat is as such
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@5272 c8812cc2-4d05-0410-92ff-de0c093fc19c
1 parent 444a5a8 commit a3b000d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/gui/qgisapp.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -4053,7 +4053,7 @@ void QgisApp::socketConnectionClosed()
40534053
// show more info
40544054
QgsMessageViewer *mv = new QgsMessageViewer(this);
40554055
mv->setCaption(tr("QGIS - Changes in SVN Since Last Release"));
4056-
mv->setMessageAsPlainText(parts[2]);
4056+
mv->setMessageAsHtml(parts[2]);
40574057
mv->exec();
40584058
}
40594059
}

0 commit comments

Comments
 (0)