We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
qgis
Learn more about funding links in repositories.
Report abuse
There was an error while loading. Please reload this page.
1 parent e7cf590 commit 21a92b5Copy full SHA for 21a92b5
src/gui/qgisapp.cpp
@@ -4053,7 +4053,7 @@ void QgisApp::socketConnectionClosed()
4053
// show more info
4054
QgsMessageViewer *mv = new QgsMessageViewer(this);
4055
mv->setCaption(tr("QGIS - Changes in SVN Since Last Release"));
4056
- mv->setMessageAsPlainText(parts[2]);
+ mv->setMessageAsHtml(parts[2]);
4057
mv->exec();
4058
}
4059
0 commit comments