Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Added Q icon to the about dialog
git-svn-id: http://svn.osgeo.org/qgis/trunk@5521 c8812cc2-4d05-0410-92ff-de0c093fc19c
  • Loading branch information
gsherman committed Jun 16, 2006
1 parent 3fd7c58 commit e984d48
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/gui/qgsabout.cpp
Expand Up @@ -47,6 +47,9 @@ QgsAbout::~QgsAbout()

void QgsAbout::init()
{
// set the 60x60 icon pixmap
QPixmap icon(QgsApplication::iconsPath() + "qgis-icon-60x60.png");
qgisIcon->setPixmap(icon);
//read the authors file to populate the contributors list
QStringList lines;

Expand Down

0 comments on commit e984d48

Please sign in to comment.