diff options
Diffstat (limited to 'src/dialogs/swatches.cpp')
| -rw-r--r-- | src/dialogs/swatches.cpp | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/dialogs/swatches.cpp b/src/dialogs/swatches.cpp index 6607657e5..829b06cb6 100644 --- a/src/dialogs/swatches.cpp +++ b/src/dialogs/swatches.cpp @@ -997,12 +997,11 @@ SwatchesPanel& SwatchesPanel::getInstance() } - /** * Constructor */ SwatchesPanel::SwatchesPanel(gchar const* prefsPath) : - Inkscape::UI::Widget::Panel( Glib::ustring(), prefsPath, true ), + Inkscape::UI::Widget::Panel("", prefsPath, SP_VERB_DIALOG_SWATCHES, "", true), _holder(0) { Gtk::RadioMenuItem* hotItem = 0; |
