summaryrefslogtreecommitdiffstats
path: root/src/desktop.cpp
diff options
context:
space:
mode:
authorVinícius dos Santos Oliveira <vini.ipsmaker@gmail.com>2013-09-12 10:23:11 +0000
committerVinícius dos Santos Oliveira <vini.ipsmaker@gmail.com>2013-09-12 10:23:11 +0000
commitdd18c27c36c9138bc68161ad365bfc61b8d135f8 (patch)
tree628e0db10c28eab68710d87d180f0eccf695522e /src/desktop.cpp
parentpartially revert 12471, this fixes bug 1215575, but undoes the fix for the le... (diff)
downloadinkscape-dd18c27c36c9138bc68161ad365bfc61b8d135f8.tar.gz
inkscape-dd18c27c36c9138bc68161ad365bfc61b8d135f8.zip
Integrating with libdepixelize
(bzr r12506.1.1)
Diffstat (limited to 'src/desktop.cpp')
-rw-r--r--src/desktop.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/desktop.cpp b/src/desktop.cpp
index 13e339abe..d75733b61 100644
--- a/src/desktop.cpp
+++ b/src/desktop.cpp
@@ -1822,6 +1822,7 @@ SPDesktop::show_dialogs()
mapVerbPreference.insert(std::make_pair ((int)SP_VERB_DIALOG_DISPLAY, "/dialogs/preferences") );
mapVerbPreference.insert(std::make_pair ((int)SP_VERB_SELECTION_GRIDTILE, "/dialogs/gridtiler") );
mapVerbPreference.insert(std::make_pair ((int)SP_VERB_SELECTION_TRACE, "/dialogs/trace") );
+ mapVerbPreference.insert(std::make_pair ((int)SP_VERB_SELECTION_PIXEL_ART, "/dialogs/pixelart") );
mapVerbPreference.insert(std::make_pair ((int)SP_VERB_DIALOG_TEXT, "/dialogs/textandfont") );
mapVerbPreference.insert(std::make_pair ((int)SP_VERB_DIALOG_EXPORT, "/dialogs/export") );
mapVerbPreference.insert(std::make_pair ((int)SP_VERB_DIALOG_XML_EDITOR, "/dialogs/xml") );