From 02b567143bbd61489a7d98559c42386d74e20a1c Mon Sep 17 00:00:00 2001 From: Padraig O'Briain Date: Mon, 26 Jan 2004 08:46:26 +0000 Subject: [PATCH] Revise property name. Fixes bug #132022 from Christian - Manny Calavera - 2004-01-26 Padraig O'Briain * atk/atkobject.c: Revise property name. Fixes bug #132022 from Christian - Manny Calavera - Neumair. --- ChangeLog | 5 +++++ atk/atkobject.c | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 0674577..385674b 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2004-01-26 Padraig O'Briain + + * atk/atkobject.c: Revise property name. Fixes bug #132022 from + Christian - Manny Calavera - Neumair. + 2004-01-23 Manish Singh * Makefile.am: remove trailing backslash from last line of diff --git a/atk/atkobject.c b/atk/atkobject.c index 88cb6bb..9b6982c 100755 --- a/atk/atkobject.c +++ b/atk/atkobject.c @@ -398,7 +398,7 @@ atk_object_class_init (AtkObjectClass *klass) g_object_class_install_property (gobject_class, PROP_HYPERTEXT_NUM_LINKS, g_param_spec_int (atk_object_name_property_hypertext_num_links, - _("Accessible Hypertext Number of Links"), + _("Number of Accessible Hypertext Links"), _("The number of links which the current AtkHypertext has"), 0, G_MAXINT, -- 2.7.4