summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorTavmjong Bah <tavmjong@free.fr>2018-01-16 21:10:15 +0000
committerTavmjong Bah <tavmjong@free.fr>2018-01-16 21:10:15 +0000
commit5c835fe1e926e3a7ea8c07f2e39d3175db7e48c3 (patch)
tree1de73ea1e0c0fe0d953af908fbe24084db759e2d /src
parentpanel: Remove the unused "title" label (diff)
downloadinkscape-5c835fe1e926e3a7ea8c07f2e39d3175db7e48c3.tar.gz
inkscape-5c835fe1e926e3a7ea8c07f2e39d3175db7e48c3.zip
Add change missed in last commit (due to incomplete cherry-pick).
Diffstat (limited to 'src')
-rw-r--r--src/ui/dialog/inkscape-preferences.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ui/dialog/inkscape-preferences.cpp b/src/ui/dialog/inkscape-preferences.cpp
index 8a88043ba..d1d462dfe 100644
--- a/src/ui/dialog/inkscape-preferences.cpp
+++ b/src/ui/dialog/inkscape-preferences.cpp
@@ -67,7 +67,7 @@ using Inkscape::CMSSystem;
InkscapePreferences::InkscapePreferences()
- : UI::Widget::Panel ("", "/dialogs/preferences", SP_VERB_DIALOG_DISPLAY),
+ : UI::Widget::Panel ("/dialogs/preferences", SP_VERB_DIALOG_DISPLAY),
_minimum_width(0),
_minimum_height(0),
_natural_width(0),