Skip to content

Commit

Permalink
Refer to an icon that exists since the new refactor.
Browse files Browse the repository at this point in the history
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@4772 c8812cc2-4d05-0410-92ff-de0c093fc19c
  • Loading branch information
timlinux committed Jan 28, 2006
1 parent 18947c1 commit e8936b1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/gui/qgsidentifyresults.cpp
Expand Up @@ -172,7 +172,7 @@ void QgsIdentifyResults::addAction(Q3ListViewItem * fnode, int id, QString field
{
Q3ListViewItem *item = new Q3ListViewItem(fnode, field, value, "action", QString::number(id) );

QPixmap pm ( QgsApplication::themePath() + "/action.png" );
QPixmap pm ( QgsApplication::themePath() + "/mAction.png" );
item->setPixmap ( 0, pm );
}

Expand Down

0 comments on commit e8936b1

Please sign in to comment.