diff options
| author | Martin Owens <doctormo@gmail.com> | 2018-09-30 20:00:48 +0000 |
|---|---|---|
| committer | Jabiertxof <jabier.arraiza@marker.es> | 2019-02-20 15:35:31 +0000 |
| commit | 8fdc067075a41a6552e8720196e8fe6ab46a91d2 (patch) | |
| tree | 57e2f774bbc7f6cc9b9239dc20826c3983ae3c0f /src/ui/dialog/attrdialog.cpp | |
| parent | Remove css dialog from style dialog. (diff) | |
| download | inkscape-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.cpp | 2 |
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) { |
