Mercurial > hg > svgui
changeset 1175:a7df0d728020 more-hidpi
Some icon updates
author | Chris Cannam |
---|---|
date | Mon, 05 Dec 2016 14:31:53 +0000 |
parents | 3f5c82034f9b |
children | 125748a569fa |
files | widgets/ModelDataTableDialog.cpp |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/widgets/ModelDataTableDialog.cpp Mon Dec 05 12:04:23 2016 +0000 +++ b/widgets/ModelDataTableDialog.cpp Mon Dec 05 14:31:53 2016 +0000 @@ -61,7 +61,7 @@ toolbar = addToolBar(tr("Edit Toolbar")); - action = new QAction(il.load("datainsert"), tr("Insert New Item"), this); + action = new QAction(il.load("draw"), tr("Insert New Item"), this); action->setShortcut(tr("Insert")); action->setStatusTip(tr("Insert a new item")); connect(action, SIGNAL(triggered()), this, SLOT(insertRow()));