Skip to content

Commit e9916d6

Browse files
author
timlinux
committedJan 28, 2006
Refer to an icon that exists since the new refactor.
git-svn-id: http://svn.osgeo.org/qgis/trunk@4772 c8812cc2-4d05-0410-92ff-de0c093fc19c
1 parent db02696 commit e9916d6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎src/gui/qgsidentifyresults.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -172,7 +172,7 @@ void QgsIdentifyResults::addAction(Q3ListViewItem * fnode, int id, QString field
172172
{
173173
Q3ListViewItem *item = new Q3ListViewItem(fnode, field, value, "action", QString::number(id) );
174174

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

0 commit comments

Comments
 (0)
Please sign in to comment.