summaryrefslogtreecommitdiffstats
path: root/src/attributes.cpp
diff options
context:
space:
mode:
authorTavmjong Bah <tavmjong@free.fr>2015-12-28 08:50:50 +0000
committertavmjong-free <tavmjong@free.fr>2015-12-28 08:50:50 +0000
commitc5ee3ce4be0f65a00b5908a9051cdb470d805192 (patch)
tree2665a6aa72fae2fad897dbf88bc1156200b6fb36 /src/attributes.cpp
parentFix GTK+ fullscreen issue (diff)
downloadinkscape-c5ee3ce4be0f65a00b5908a9051cdb470d805192.tar.gz
inkscape-c5ee3ce4be0f65a00b5908a9051cdb470d805192.zip
Corrects attribute name for saving page 'checkerboard' background state.
Fixed bugs: - https://launchpad.net/bugs/1529391 (bzr r14556)
Diffstat (limited to 'src/attributes.cpp')
-rw-r--r--src/attributes.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/attributes.cpp b/src/attributes.cpp
index dcd644b5d..e32f4ece4 100644
--- a/src/attributes.cpp
+++ b/src/attributes.cpp
@@ -82,7 +82,7 @@ static SPStyleProp const props[] = {
{SP_ATTR_FIT_MARGIN_LEFT, "fit-margin-left"},
{SP_ATTR_FIT_MARGIN_RIGHT, "fit-margin-right"},
{SP_ATTR_FIT_MARGIN_BOTTOM, "fit-margin-bottom"},
- {SP_ATTR_INKSCAPE_PAGECHECKERBOARD, "inkscape:checkerboard"},
+ {SP_ATTR_INKSCAPE_PAGECHECKERBOARD, "inkscape:pagecheckerboard"},
{SP_ATTR_INKSCAPE_PAGEOPACITY, "inkscape:pageopacity"},
{SP_ATTR_INKSCAPE_PAGESHADOW, "inkscape:pageshadow"},
{SP_ATTR_INKSCAPE_ZOOM, "inkscape:zoom"},