[at-spi2-core] Fix check box role name



commit 1c62b00cf25eca3d96d4f30c9ee71891cb4d8d9d
Author: Mike Gorse <mgorse novell com>
Date:   Sun Jul 24 13:10:06 2011 -0500

    Fix check box role name

 atspi/atspi-accessible.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/atspi/atspi-accessible.c b/atspi/atspi-accessible.c
index 80d71c8..dba7fe0 100644
--- a/atspi/atspi-accessible.c
+++ b/atspi/atspi-accessible.c
@@ -188,7 +188,7 @@ static const char *role_names [] =
   "arrow",
   "calendar",
   "canvas",
-  "check-box",
+  "check box",
   "check menu item",
   "color chooser",
   "column header",



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]