summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorbulia byak <buliabyak@gmail.com>2006-06-09 20:57:06 +0000
committerbuliabyak <buliabyak@users.sourceforge.net>2006-06-09 20:57:06 +0000
commit168e83ad1e3143c18cf37dc9af468dd72a22d3fb (patch)
tree50046087b06604ead3e05fa08940a2416416c9bb /src
parentfirst commit of 0.44 relnotes (diff)
downloadinkscape-168e83ad1e3143c18cf37dc9af468dd72a22d3fb.tar.gz
inkscape-168e83ad1e3143c18cf37dc9af468dd72a22d3fb.zip
fix malformed file
(bzr r1195)
Diffstat (limited to 'src')
-rw-r--r--src/preferences-skeleton.h10
1 files changed, 5 insertions, 5 deletions
diff --git a/src/preferences-skeleton.h b/src/preferences-skeleton.h
index 5c1550238..d79568bbf 100644
--- a/src/preferences-skeleton.h
+++ b/src/preferences-skeleton.h
@@ -38,11 +38,11 @@ static char const preferences_skeleton[] =
" pagecolor=\"#ffffff\"\n"
" bordercolor=\"#666666\"\n"
" borderopacity=\"1.0\"\n"
-" objecttolerance=\"10.0\"
-" gridtolerance=\"10.0\"
-" guidetolerance=\"10.0\"
-" gridspacingx=\"10px\"
-" gridspacingy=\"10px\"
+" objecttolerance=\"10.0\"\n"
+" gridtolerance=\"10.0\"\n"
+" guidetolerance=\"10.0\"\n"
+" gridspacingx=\"10px\"\n"
+" gridspacingy=\"10px\"\n"
" inkscape:pageopacity=\"0.0\"\n"
" inkscape:pageshadow=\"2\"\n"
" inkscape:window-width=\"640\"\n"