[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]
gEDA-cvs: CVS update: x_dialog.c
User: werner
Date: 07/02/11 03:51:39
Modified: . x_dialog.c
Log:
* po/de_DE.po: updated german translation
* po/*po: updated files to add the strings for the attribute editor
Revision Changes Path
1.77 +2 -2 eda/geda/gaf/gschem/src/x_dialog.c
(In the diff below, changes in quantity of whitespace are not shown.)
Index: x_dialog.c
===================================================================
RCS file: /home/cvspsrv/cvsroot/eda/geda/gaf/gschem/src/x_dialog.c,v
retrieving revision 1.76
retrieving revision 1.77
diff -u -b -r1.76 -r1.77
--- x_dialog.c 10 Feb 2007 21:25:29 -0000 1.76
+++ x_dialog.c 11 Feb 2007 08:51:39 -0000 1.77
@@ -2514,14 +2514,14 @@
/* the columns */
renderer = gtk_cell_renderer_text_new ();
- column = gtk_tree_view_column_new_with_attributes ("Function",
+ column = gtk_tree_view_column_new_with_attributes (_("Function"),
renderer,
"text",
0,
NULL);
gtk_tree_view_append_column (GTK_TREE_VIEW(treeview), column);
renderer = gtk_cell_renderer_text_new ();
- column = gtk_tree_view_column_new_with_attributes ("Keystroke(s)",
+ column = gtk_tree_view_column_new_with_attributes (_("Keystroke(s)"),
renderer,
"text",
1,
_______________________________________________
geda-cvs mailing list
geda-cvs@xxxxxxxxxxxxxx
http://www.seul.org/cgi-bin/mailman/listinfo/geda-cvs