summaryrefslogtreecommitdiff
path: root/xml/Text.xml
diff options
context:
space:
mode:
authorMike Gorse <mgorse@novell.com>2011-02-09 09:50:38 -0600
committerMike Gorse <mgorse@novell.com>2011-02-09 09:50:38 -0600
commit79de03c0e3d56e2142b8ea5ca0837291ec216d81 (patch)
tree25c40a5c5efd33a729563903eb98bff4977c861b /xml/Text.xml
parentc67fddcfbb0679ff2a90bac4df16251569c6c920 (diff)
downloadat-spi2-core-79de03c0e3d56e2142b8ea5ca0837291ec216d81.tar.gz
Fix case of property names in xml
Diffstat (limited to 'xml/Text.xml')
-rw-r--r--xml/Text.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/xml/Text.xml b/xml/Text.xml
index a88fbe38..6620864c 100644
--- a/xml/Text.xml
+++ b/xml/Text.xml
@@ -2,9 +2,9 @@
<node name="/node">
<interface name="org.a11y.atspi.Text">
- <property name="characterCount" type="i" access="read"/>
+ <property name="CharacterCount" type="i" access="read"/>
- <property name="caretOffset" type="i" access="read"/>
+ <property name="CaretOffset" type="i" access="read"/>
<method name="GetText">
<arg direction="in" name="startOffset" type="i"/>