Mercurial > hg > svgui
diff widgets/ModelDataTableDialog.cpp @ 1203:ff042979331b 3.0-integration
Merge from branch svg, and thus (in some subrepos) from levelpanwidget
author | Chris Cannam |
---|---|
date | Mon, 19 Dec 2016 16:34:38 +0000 |
parents | a7df0d728020 |
children | d967e21fe995 |
line wrap: on
line diff
--- a/widgets/ModelDataTableDialog.cpp Wed Dec 14 11:56:47 2016 +0000 +++ b/widgets/ModelDataTableDialog.cpp Mon Dec 19 16:34:38 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()));