This patch (related with string) had been committed into CVS Head



hi,

This patch is against gtkhtml/components/html-editor/template.c

Please see the enclosure.


yours,
Mengjie



-- 
Mengjie Yu <meng-jie yu sun com>
meng-jie yu sun com
Index: ChangeLog
===================================================================
RCS file: /cvs/gnome/gtkhtml/components/html-editor/ChangeLog,v
retrieving revision 1.486
diff -u -p -r1.486 ChangeLog
--- ChangeLog	24 Jan 2005 15:10:46 -0000	1.486
+++ ChangeLog	26 Jan 2005 09:43:18 -0000
@@ -1,3 +1,8 @@
+2005-01-26  Mengjie Yu  <meng-jie yu sun com>
+
+	* template.c: (template_widget):correct the a11y name for the 
+	treeview.
+
 2005-01-24  Radek Doulik  <rodo ximian com>
 
 	* GNOME_GtkHTML_Editor[-emacs].xml.in: use own icons for insert
Index: template.c
===================================================================
RCS file: /cvs/gnome/gtkhtml/components/html-editor/template.c,v
retrieving revision 1.19
diff -u -p -r1.19 template.c
--- template.c	19 Nov 2004 10:19:52 -0000	1.19
+++ template.c	26 Jan 2005 09:43:20 -0000
@@ -277,7 +277,7 @@ template_widget (GtkHTMLEditTemplateProp
 	gtk_tree_view_set_model (GTK_TREE_VIEW (d->tview_template), GTK_TREE_MODEL (d->store));
 
 	gtk_tree_view_append_column (GTK_TREE_VIEW (d->tview_template),
-				     gtk_tree_view_column_new_with_attributes (_("Labels"),
+				     gtk_tree_view_column_new_with_attributes (_("Template Labels"),
 									       gtk_cell_renderer_text_new (),
 									       "text", 0, NULL));
 	g_signal_connect (gtk_tree_view_get_selection (GTK_TREE_VIEW (d->tview_template)), "changed",


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