From 78625f7d59d5e54e2adbc3372e454c5e74fcbec9 Mon Sep 17 00:00:00 2001 From: Stefano Facchini Date: Sat, 21 Oct 2017 16:40:14 +0200 Subject: panel: Remove the unused "title" label --- src/ui/dialog/object-attributes.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/ui/dialog/object-attributes.cpp') diff --git a/src/ui/dialog/object-attributes.cpp b/src/ui/dialog/object-attributes.cpp index 72520d3d0..0facb9038 100644 --- a/src/ui/dialog/object-attributes.cpp +++ b/src/ui/dialog/object-attributes.cpp @@ -77,7 +77,7 @@ static const SPAttrDesc image_nohref_desc[] = { }; ObjectAttributes::ObjectAttributes (void) : - UI::Widget::Panel ("", "/dialogs/objectattr/", SP_VERB_DIALOG_ATTR), + UI::Widget::Panel("/dialogs/objectattr/", SP_VERB_DIALOG_ATTR), blocked (false), CurrentItem(NULL), attrTable(Gtk::manage(new SPAttributeTable())), -- cgit v1.2.3