diff options
| author | Stefano Facchini <stefano.facchini@gmail.com> | 2017-10-21 14:40:14 +0000 |
|---|---|---|
| committer | Tavmjong Bah <tavmjong@free.fr> | 2018-01-16 21:08:40 +0000 |
| commit | 78625f7d59d5e54e2adbc3372e454c5e74fcbec9 (patch) | |
| tree | fc8505ec0b93878004e8751ebde101d7f189e65f /src/ui/dialog/document-properties.cpp | |
| parent | Remove the dialog "showclose" option (diff) | |
| download | inkscape-78625f7d59d5e54e2adbc3372e454c5e74fcbec9.tar.gz inkscape-78625f7d59d5e54e2adbc3372e454c5e74fcbec9.zip | |
panel: Remove the unused "title" label
Diffstat (limited to 'src/ui/dialog/document-properties.cpp')
| -rw-r--r-- | src/ui/dialog/document-properties.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ui/dialog/document-properties.cpp b/src/ui/dialog/document-properties.cpp index 48e0042b4..6b213f99a 100644 --- a/src/ui/dialog/document-properties.cpp +++ b/src/ui/dialog/document-properties.cpp @@ -88,7 +88,7 @@ DocumentProperties& DocumentProperties::getInstance() } DocumentProperties::DocumentProperties() - : UI::Widget::Panel ("", "/dialogs/documentoptions", SP_VERB_DIALOG_NAMEDVIEW), + : UI::Widget::Panel("/dialogs/documentoptions", SP_VERB_DIALOG_NAMEDVIEW), _page_page(Gtk::manage(new UI::Widget::NotebookPage(1, 1, true, true))), _page_guides(Gtk::manage(new UI::Widget::NotebookPage(1, 1))), _page_snap(Gtk::manage(new UI::Widget::NotebookPage(1, 1))), |
