summaryrefslogtreecommitdiffstats
path: root/src/desktop.cpp
diff options
context:
space:
mode:
authorNicolas Dufour <nicoduf@yahoo.fr>2012-03-21 12:59:45 +0000
committerJazzyNico <nicoduf@yahoo.fr>2012-03-21 12:59:45 +0000
commit6fe8f224601795c237bbd74763bc8a386d726e82 (patch)
tree895a98b0ef06eb68ace64bd1fcfb7ee5b0af48a8 /src/desktop.cpp
parentUI. Patch for Bug #789797 (Add an icon/definiton for Duplicate Current Layer). (diff)
downloadinkscape-6fe8f224601795c237bbd74763bc8a386d726e82.tar.gz
inkscape-6fe8f224601795c237bbd74763bc8a386d726e82.zip
Preferences. New desktop integration preference for Windows users (native/gtk, see Bug #417365).
Preferences. Fix for a bug with the preferences dialog when Show dialogs is set to true (always opens on the Selector page). Preferences. UI consistency fix (System information fields not correctly indented). This line and the following will be ignored -------------- modified: src/desktop.cpp src/preferences-skeleton.h src/ui/dialog/filedialog.cpp src/ui/dialog/inkscape-preferences.cpp src/ui/dialog/inkscape-preferences.h unknown: inkscape.el.1 inkscape.ja.1 inkscape.sk.1 inkscape.zh_TW.1 libtool ltmain.sh@ preferencesDialog.diff relink2.diff revert10761.diff rmbackups.sh doc/keys.gl.html doc/keys.pl.html packaging/win32/languages/.fr-xLpu9j/ share/icons/inkscape-trunk.svg share/icons/application/48x48/inkscape-trunk.png src/.libs/ src/libnr/ src/relink.cpp src/relink.h src/extension/dbus/wrapper/inkdbus.pc (bzr r11109)
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 ecc480f86..cf71c8f9e 100644
--- a/src/desktop.cpp
+++ b/src/desktop.cpp
@@ -1822,7 +1822,7 @@ SPDesktop::show_dialogs()
mapVerbPreference.insert(std::make_pair ((int)SP_VERB_VIEW_ICON_PREVIEW, "/dialogs/iconpreview") );
mapVerbPreference.insert(std::make_pair ((int)SP_VERB_DIALOG_SVG_FONTS, "/dialogs/svgfonts") );
mapVerbPreference.insert(std::make_pair ((int)SP_VERB_DIALOG_INPUT, "/dialogs/inputdevices") );
- mapVerbPreference.insert(std::make_pair ((int)SP_VERB_CONTEXT_SELECT_PREFS, "/dialogs/preferences") );
+ 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_DIALOG_TEXT, "/dialogs/textandfont") );