summaryrefslogtreecommitdiffstats
path: root/src/ui/dialog/inkscape-preferences.cpp
diff options
context:
space:
mode:
authorMaximilian Albert <maximilian.albert@gmail.com>2008-01-16 09:36:32 +0000
committercilix42 <cilix42@users.sourceforge.net>2008-01-16 09:36:32 +0000
commit91843b62b00ccfa372d31862c59d64db8f3608ec (patch)
treec1208560afd77a4fad53e8847cb6ffe282c25687 /src/ui/dialog/inkscape-preferences.cpp
parentMove 'bounding box' option up one level (from Selector to Tools page in Prefe... (diff)
downloadinkscape-91843b62b00ccfa372d31862c59d64db8f3608ec.tar.gz
inkscape-91843b62b00ccfa372d31862c59d64db8f3608ec.zip
Add option in Preferences to keep objects after conversion to guides
(bzr r4514)
Diffstat (limited to 'src/ui/dialog/inkscape-preferences.cpp')
-rw-r--r--src/ui/dialog/inkscape-preferences.cpp5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/ui/dialog/inkscape-preferences.cpp b/src/ui/dialog/inkscape-preferences.cpp
index ca25ad127..b0c8bcb85 100644
--- a/src/ui/dialog/inkscape-preferences.cpp
+++ b/src/ui/dialog/inkscape-preferences.cpp
@@ -334,6 +334,11 @@ void InkscapePreferences::initPageTools()
_page_tools.add_line( true, "", _t_bbox_geometric, "",
_("This bounding box includes only the bare path"));
+ _page_tools.add_group_header( _("Conversion to guides:"));
+ _t_cvg_keep_objects.init ( _("Keep objects after conversion to guides"), "tools", "cvg_keep_objects", false);
+ _page_tools.add_line( true, "", _t_cvg_keep_objects, "",
+ _("When converting an object to guides, don't delete the object after the conversion."));
+
_calligrapy_use_abs_size.init ( _("Width is in absolute units"), "tools.calligraphic", "abs_width", false);
_calligrapy_keep_selected.init ( _("Select new path"), "tools.calligraphic", "keep_selected", true);
_connector_ignore_text.init( _("Don't attach connectors to text objects"), "tools.connector", "ignoretext", true);