summaryrefslogtreecommitdiffstats
path: root/src/ui/dialog/inkscape-preferences.cpp
diff options
context:
space:
mode:
authorJohn Smith <john.smith7545@yahoo.com>2012-07-12 08:19:58 +0000
committerJohn Smith <john.smith7545@yahoo.com>2012-07-12 08:19:58 +0000
commitd9da2a4f178e71f5b33ea158c0631e86220f2e5d (patch)
tree5502c8d1addd8f0b270877102185604c103936e8 /src/ui/dialog/inkscape-preferences.cpp
parentFix for 1023655 : IMprovments to Embedded script UI (diff)
downloadinkscape-d9da2a4f178e71f5b33ea158c0631e86220f2e5d.tar.gz
inkscape-d9da2a4f178e71f5b33ea158c0631e86220f2e5d.zip
Fix for 612221 : Add metadata default configuration in the preferences
(bzr r11544)
Diffstat (limited to 'src/ui/dialog/inkscape-preferences.cpp')
-rw-r--r--src/ui/dialog/inkscape-preferences.cpp4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/ui/dialog/inkscape-preferences.cpp b/src/ui/dialog/inkscape-preferences.cpp
index 38fbe63ba..f2de350a0 100644
--- a/src/ui/dialog/inkscape-preferences.cpp
+++ b/src/ui/dialog/inkscape-preferences.cpp
@@ -779,6 +779,10 @@ void InkscapePreferences::initPageIO()
_page_io.add_line( false, "", _misc_comment, "",
_("When on, a comment will be added to the raw print output, marking the rendered output for an object with its label"), true);
+ _misc_default_metadata.init( _("Add default metadata to new documents"), "/metadata/addToNewFile", false);
+ _page_io.add_line( false, "", _misc_default_metadata, "",
+ _("Add default metadata to new documents. Default metadata can be set from Document Properties->Metadata."), true);
+
// Input devices options
_mouse_sens.init ( "/options/cursortolerance/value", 0.0, 30.0, 1.0, 1.0, 8.0, true, false);
_page_mouse.add_line( false, _("Grab sensitivity:"), _mouse_sens, _("pixels"),