Skip to content

Commit

Permalink
Use pen editing icon. Finalises fix of #982
Browse files Browse the repository at this point in the history
git-svn-id: http://svn.osgeo.org/qgis/trunk@8985 c8812cc2-4d05-0410-92ff-de0c093fc19c
  • Loading branch information
timlinux committed Aug 3, 2008
1 parent 2422454 commit 7a7e65d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/app/qgsattributetabledisplay.cpp
Expand Up @@ -114,6 +114,7 @@ void QgsAttributeTableDisplay::setTheme()
mZoomMapToSelectedRowsButton->setIcon(QgisApp::getThemeIcon("/mActionZoomToSelected.png"));
mAddAttributeButton->setIcon(QgisApp::getThemeIcon("/mActionNewAttribute.png"));
mDeleteAttributeButton->setIcon(QgisApp::getThemeIcon("/mActionDeleteAttribute.png"));
btnEdit->setIcon(QgisApp::getThemeIcon("/mActionToggleEditing.png"));
}

void QgsAttributeTableDisplay::setTitle(QString title)
Expand Down

0 comments on commit 7a7e65d

Please sign in to comment.