diff options
Diffstat (limited to 'src/ui/dialog/glyphs.cpp')
| -rw-r--r-- | src/ui/dialog/glyphs.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ui/dialog/glyphs.cpp b/src/ui/dialog/glyphs.cpp index a23d4ffee..e5d83dacb 100644 --- a/src/ui/dialog/glyphs.cpp +++ b/src/ui/dialog/glyphs.cpp @@ -318,7 +318,7 @@ GlyphColumns *GlyphsPanel::getColumns() * Constructor */ GlyphsPanel::GlyphsPanel(gchar const *prefsPath) : - Inkscape::UI::Widget::Panel("", prefsPath, SP_VERB_DIALOG_GLYPHS), + Inkscape::UI::Widget::Panel(prefsPath, SP_VERB_DIALOG_GLYPHS), store(Gtk::ListStore::create(*getColumns())), iconView(0), entry(0), |
