diff options
| author | John Smith <john.smith7545@yahoo.com> | 2012-11-18 12:33:53 +0000 |
|---|---|---|
| committer | John Smith <john.smith7545@yahoo.com> | 2012-11-18 12:33:53 +0000 |
| commit | f1a9fc07d9f4cfa94da390247c25ce4ba693a34e (patch) | |
| tree | e2086e2b37c097ab210558c879c16c3a59e9ec67 /src/desktop.cpp | |
| parent | Fix for 177931 : Layer dialog toggle solo mode with Shift/Alt click (diff) | |
| download | inkscape-f1a9fc07d9f4cfa94da390247c25ce4ba693a34e.tar.gz inkscape-f1a9fc07d9f4cfa94da390247c25ce4ba693a34e.zip | |
Fix for 1079971 : Symbol dialog : Drag & Drop to the canvas
(bzr r11880)
Diffstat (limited to 'src/desktop.cpp')
| -rw-r--r-- | src/desktop.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/desktop.cpp b/src/desktop.cpp index f10174119..2f8f3e4b6 100644 --- a/src/desktop.cpp +++ b/src/desktop.cpp @@ -1903,6 +1903,7 @@ SPDesktop::show_dialogs() mapVerbPreference.insert(std::make_pair ((int)SP_VERB_DIALOG_CLONETILER, "/dialogs/clonetiler") ); mapVerbPreference.insert(std::make_pair ((int)SP_VERB_DIALOG_ITEM, "/dialogs/object") ); mapVerbPreference.insert(std::make_pair ((int)SP_VERB_DIALOG_SPELLCHECK, "/dialogs/spellcheck") ); + mapVerbPreference.insert(std::make_pair ((int)SP_VERB_DIALOG_SYMBOLS, "/dialogs/symbols") ); for (iter = mapVerbPreference.begin(); iter != mapVerbPreference.end(); iter++) { int verbId = iter->first; |
