[gtk+] Remove a duplicate string



commit 93a4030c453c3f7339fd387d01d4d44079bca142
Author: Matthias Clasen <mclasen redhat com>
Date:   Sun Jul 26 02:57:39 2015 -0400

    Remove a duplicate string
    
    dialog-information was twice in the list of accessible labels
    for icon names.

 gtk/a11y/gtkimageaccessible.c |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)
---
diff --git a/gtk/a11y/gtkimageaccessible.c b/gtk/a11y/gtkimageaccessible.c
index 57b7e09..bccb6ce 100644
--- a/gtk/a11y/gtkimageaccessible.c
+++ b/gtk/a11y/gtkimageaccessible.c
@@ -84,7 +84,6 @@ static const NameMapEntry name_map[] = {
   { "help-contents", NC_("Stock label", "_Help") },
   { "go-home", NC_("Stock label", "_Home") },
   { "format-indent-more", NC_("Stock label", "Increase Indent") },
-  { "dialog-information", NC_("Stock label", "_Information") },
   { "format-text-italic", NC_("Stock label", "_Italic") },
   { "go-jump", NC_("Stock label", "_Jump to") },
   { "format-justify-center", NC_("Stock label", "_Center") },


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