summaryrefslogtreecommitdiffstats
path: root/src/ui/dialog/attrdialog.cpp
diff options
context:
space:
mode:
authorMartin Owens <doctormo@gmail.com>2018-09-30 20:00:48 +0000
committerJabiertxof <jabier.arraiza@marker.es>2019-02-20 15:35:31 +0000
commit8fdc067075a41a6552e8720196e8fe6ab46a91d2 (patch)
tree57e2f774bbc7f6cc9b9239dc20826c3983ae3c0f /src/ui/dialog/attrdialog.cpp
parentRemove css dialog from style dialog. (diff)
downloadinkscape-8fdc067075a41a6552e8720196e8fe6ab46a91d2.tar.gz
inkscape-8fdc067075a41a6552e8720196e8fe6ab46a91d2.zip
Include selectors dialog (aka styledialog) into the xml-tree notebook and remove menu items
Diffstat (limited to 'src/ui/dialog/attrdialog.cpp')
-rw-r--r--src/ui/dialog/attrdialog.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ui/dialog/attrdialog.cpp b/src/ui/dialog/attrdialog.cpp
index a943f4b23..601037f04 100644
--- a/src/ui/dialog/attrdialog.cpp
+++ b/src/ui/dialog/attrdialog.cpp
@@ -64,7 +64,7 @@ namespace Dialog {
* New attribute can be added by clicking '+' at bottom of the attr pane. '-'
*/
AttrDialog::AttrDialog():
- UI::Widget::Panel("/dialogs/attr", SP_VERB_DIALOG_CSS),
+ UI::Widget::Panel("/dialogs/attr", SP_VERB_DIALOG_ATTR),
_desktop(nullptr),
_repr(nullptr)
{