Skip to content

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.