[cairo-commit] goocanvas/demo demo.c,1.5,1.6

Damon Chaplin commit at pdx.freedesktop.org
Mon Apr 24 08:32:30 PDT 2006


Committed by: damon

Update of /cvs/cairo/goocanvas/demo
In directory kemper:/tmp/cvs-serv32109/demo

Modified Files:
	demo.c 
Log Message:
fixed po files


Index: demo.c
===================================================================
RCS file: /cvs/cairo/goocanvas/demo/demo.c,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -d -r1.5 -r1.6
--- demo.c	24 Apr 2006 15:14:33 -0000	1.5
+++ demo.c	24 Apr 2006 15:32:28 -0000	1.6
@@ -332,7 +332,7 @@
 	gtk_container_set_border_width (GTK_CONTAINER (vbox), 4);
 	gtk_widget_show (vbox);
 
-	w = gtk_label_new (_("Drag an item with button 1.  Click button 2 on an item to lower it, or button 3 to raise it."));
+	w = gtk_label_new ("Drag an item with button 1.  Click button 2 on an item to lower it, or button 3 to raise it.");
 	gtk_box_pack_start (GTK_BOX (vbox), w, FALSE, FALSE, 0);
 	gtk_widget_show (w);
 



More information about the cairo-commit mailing list