Skip to content

Commit

Permalink
Version info text is html, so treat is as such
Browse files Browse the repository at this point in the history
git-svn-id: http://svn.osgeo.org/qgis/trunk@5272 c8812cc2-4d05-0410-92ff-de0c093fc19c
  • Loading branch information
g_j_m committed Apr 13, 2006
1 parent e7cf590 commit 21a92b5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/gui/qgisapp.cpp
Expand Up @@ -4053,7 +4053,7 @@ void QgisApp::socketConnectionClosed()
// show more info
QgsMessageViewer *mv = new QgsMessageViewer(this);
mv->setCaption(tr("QGIS - Changes in SVN Since Last Release"));
mv->setMessageAsPlainText(parts[2]);
mv->setMessageAsHtml(parts[2]);
mv->exec();
}
}
Expand Down

0 comments on commit 21a92b5

Please sign in to comment.