evolution r35402 - in trunk/widgets: . e-timezone-dialog misc



Author: mbarnes
Date: Wed Apr 23 01:23:42 2008
New Revision: 35402
URL: http://svn.gnome.org/viewvc/evolution?rev=35402&view=rev

Log:
2008-04-22  Matthew Barnes  <mbarnes redhat com>

	** Fixes bug #529641

	* widgets/e-timezone-dialog/e-timezone-dialog.glade:
	* widgets/e-dateedit.c (create_children):
	* widgets/e-map.c (e_map_new):
	Prefer the term "drop-down combination box" to "combo box" per the
	GNOME Documentation Style Guide.



Modified:
   trunk/widgets/ChangeLog
   trunk/widgets/e-timezone-dialog/e-timezone-dialog.glade
   trunk/widgets/misc/ChangeLog
   trunk/widgets/misc/e-dateedit.c
   trunk/widgets/misc/e-map.c

Modified: trunk/widgets/e-timezone-dialog/e-timezone-dialog.glade
==============================================================================
--- trunk/widgets/e-timezone-dialog/e-timezone-dialog.glade	(original)
+++ trunk/widgets/e-timezone-dialog/e-timezone-dialog.glade	Wed Apr 23 01:23:42 2008
@@ -289,7 +289,7 @@
 		  <property name="add_tearoffs">False</property>
 		  <property name="focus_on_click">True</property>
 		  <accessibility>
-		    <atkproperty name="AtkObject::accessible_name" translatable="yes">TimeZone Combobox</atkproperty>
+		    <atkproperty name="AtkObject::accessible_name" translatable="yes">Timezone drop-down combination box</atkproperty>
 		  </accessibility>
 		</widget>
 		<packing>

Modified: trunk/widgets/misc/e-dateedit.c
==============================================================================
--- trunk/widgets/misc/e-dateedit.c	(original)
+++ trunk/widgets/misc/e-dateedit.c	Wed Apr 23 01:23:42 2008
@@ -406,7 +406,7 @@
 	gtk_widget_set_name (priv->time_combo, "e-dateedit-timecombo");
 	rebuild_time_popup (dedit);
 	a11y = gtk_widget_get_accessible (priv->time_combo);
-	atk_object_set_description (a11y, _("Combo box to select time"));
+	atk_object_set_description (a11y, _("Drop-down combination box to select time"));
 	atk_object_set_name (a11y, _("Time"));
 
 	g_signal_connect (GTK_BIN (priv->time_combo)->child,

Modified: trunk/widgets/misc/e-map.c
==============================================================================
--- trunk/widgets/misc/e-map.c	(original)
+++ trunk/widgets/misc/e-map.c	Wed Apr 23 01:23:42 2008
@@ -625,7 +625,7 @@
 	a11y = gtk_widget_get_accessible (widget);
 	atk_object_set_name (a11y, _("World Map"));
 	atk_object_set_role (a11y, ATK_ROLE_IMAGE);
-	atk_object_set_description (a11y, _("Mouse-based interactive map widget for selecting timezone. Keyboard users should select the timezone from the below combo box instead."));
+	atk_object_set_description (a11y, _("Mouse-based interactive map widget for selecting timezone. Keyboard users should instead select the timezone from the drop-down combination box below."));
 	return (E_MAP (widget));
 }
 



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