[atk] role: fix name for ATK_ROLE_EDITBAR



commit d94f08ad5f878747f56b637ad2110f3f125517ad
Author: Alejandro Piñeiro <apinheiro igalia com>
Date:   Fri Jan 31 15:22:31 2014 +0100

    role: fix name for ATK_ROLE_EDITBAR
    
    https://bugzilla.gnome.org/show_bug.cgi?id=723292

 atk/atkobject.h |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/atk/atkobject.h b/atk/atkobject.h
index f0cb898..712d68c 100755
--- a/atk/atkobject.h
+++ b/atk/atkobject.h
@@ -287,7 +287,7 @@ typedef enum
   ATK_ROLE_RULER,
   ATK_ROLE_APPLICATION,
   ATK_ROLE_AUTOCOMPLETE,
-  ATK_ROLE_EDITBAR,
+  ATK_ROLE_EDITBAR,          /*<nick=edit-bar>*/
   ATK_ROLE_EMBEDDED,
   ATK_ROLE_ENTRY,
   ATK_ROLE_CHART,


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