Code

Fix command line invocation on Windows (LP #167455).
[inkscape.git] / src / ui / dialog / glyphs.cpp
index 1c875e8cc20cbe3f4d64a894f49460f5c8bb7d75..bc96b05754d0173cfe25d261bcade3d191d5a8c1 100644 (file)
@@ -159,8 +159,8 @@ GlyphColumns *GlyphsPanel::getColumns()
 /**
  * Constructor
  */
-GlyphsPanel::GlyphsPanel(gchar const *prefsPath) :
-    Inkscape::UI::Widget::Panel("", prefsPath, SP_VERB_DIALOG_GLYPHS, "", false),
+GlyphsPanel::GlyphsPanel() :
+    Inkscape::UI::Widget::Panel("", "/dialogs/glyphs", SP_VERB_DIALOG_GLYPHS, "", false),
     store(Gtk::ListStore::create(*getColumns())),
     iconView(0),
     entry(0),