summaryrefslogtreecommitdiffstats
path: root/src/desktop.cpp
diff options
context:
space:
mode:
authorJohn Smith <john.smith7545@yahoo.com>2012-03-03 12:39:55 +0000
committerJohn Smith <removethis.john.q.public@bigmail.com>2012-03-03 12:39:55 +0000
commitd844b059fcdc107c633ace350fc484abcd954c0e (patch)
tree431e217148ee46dd8cc51e02a49326a25ac06aaf /src/desktop.cpp
parentFix for 927074 : Simplify Path Effects dialog, fix button padding (diff)
downloadinkscape-d844b059fcdc107c633ace350fc484abcd954c0e.tar.gz
inkscape-d844b059fcdc107c633ace350fc484abcd954c0e.zip
Fix for 390458 : Convert Export Bitmap to a dockable dialog
(bzr r11042)
Diffstat (limited to 'src/desktop.cpp')
-rw-r--r--src/desktop.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/desktop.cpp b/src/desktop.cpp
index e97f8618b..ecc480f86 100644
--- a/src/desktop.cpp
+++ b/src/desktop.cpp
@@ -1826,7 +1826,7 @@ SPDesktop::show_dialogs()
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_DIALOG_TEXT, "/dialogs/textandfont") );
- mapVerbPreference.insert(std::make_pair ((int)SP_VERB_FILE_EXPORT, "/dialogs/export") );
+ 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") );
mapVerbPreference.insert(std::make_pair ((int)SP_VERB_DIALOG_FIND, "/dialogs/find") );
mapVerbPreference.insert(std::make_pair ((int)SP_VERB_DIALOG_CLONETILER, "/dialogs/clonetiler") );