Skip to content

Commit f4460f7

Browse files
author
wonder
committedApr 17, 2011
Show an icon for open attribute table action in legend
git-svn-id: http://svn.osgeo.org/qgis/trunk@15738 c8812cc2-4d05-0410-92ff-de0c093fc19c
1 parent d4f7eed commit f4460f7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎src/app/legend/qgslegendlayer.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -444,7 +444,7 @@ void QgsLegendLayer::addToPopupMenu( QMenu& theMenu )
444444
QgsVectorLayer* vlayer = qobject_cast<QgsVectorLayer *>( lyr );
445445

446446
// attribute table
447-
theMenu.addAction( tr( "&Open attribute table" ),
447+
theMenu.addAction( QgisApp::getThemeIcon( "/mActionOpenTable.png" ), tr( "&Open attribute table" ),
448448
QgisApp::instance(), SLOT( attributeTable() ) );
449449

450450
// allow editing

0 commit comments

Comments
 (0)
Please sign in to comment.