summaryrefslogtreecommitdiffstats
path: root/src/attributes-test.h
diff options
context:
space:
mode:
authorDiederik van Lierop <mail@diedenrezi.nl>2009-05-31 12:51:33 +0000
committerdvlierop2 <dvlierop2@users.sourceforge.net>2009-05-31 12:51:33 +0000
commit2150b0df50637ada27dd0edc8134cfb24a81e1cf (patch)
tree87a17cff060b40ac93b76ec5001fe42bb16524b7 /src/attributes-test.h
parentinkscape.pot update (diff)
downloadinkscape-2150b0df50637ada27dd0edc8134cfb24a81e1cf.tar.gz
inkscape-2150b0df50637ada27dd0edc8134cfb24a81e1cf.zip
Store the maximized state in the document (closes bug #168422)
(bzr r7967)
Diffstat (limited to 'src/attributes-test.h')
-rw-r--r--src/attributes-test.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/attributes-test.h b/src/attributes-test.h
index 5593deeba..d6851a42b 100644
--- a/src/attributes-test.h
+++ b/src/attributes-test.h
@@ -372,6 +372,7 @@ struct {char const *attr; bool supported;} const all_attrs[] = {
{"inkscape:window-height", true},
{"inkscape:window-x", true},
{"inkscape:window-y", true},
+ {"inkscape:window-maximized", true},
{"inkscape:current-layer", true},
{"inkscape:connector-type", true},
{"inkscape:connection-start", true},