diff options
author | Mike Gorse <mgorse@novell.com> | 2011-02-09 09:50:38 -0600 |
---|---|---|
committer | Mike Gorse <mgorse@novell.com> | 2011-02-09 09:50:38 -0600 |
commit | 79de03c0e3d56e2142b8ea5ca0837291ec216d81 (patch) | |
tree | 25c40a5c5efd33a729563903eb98bff4977c861b /xml/Image.xml | |
parent | c67fddcfbb0679ff2a90bac4df16251569c6c920 (diff) | |
download | at-spi2-core-79de03c0e3d56e2142b8ea5ca0837291ec216d81.tar.gz |
Fix case of property names in xml
Diffstat (limited to 'xml/Image.xml')
-rw-r--r-- | xml/Image.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/xml/Image.xml b/xml/Image.xml index 80fd4481..43536ee9 100644 --- a/xml/Image.xml +++ b/xml/Image.xml @@ -2,9 +2,9 @@ <node name="/node"> <interface name="org.a11y.atspi.Image"> - <property name="imageDescription" type="s" access="read"/> + <property name="ImageDescription" type="s" access="read"/> - <property name="imageLocale" type="s" access="read"/> + <property name="ImageLocale" type="s" access="read"/> <method name="GetImageExtents"> <arg direction="in" name="coordType" type="u"/> |