Update of /cvsroot/gaim/gaim/src
In directory usw-pr-cvs1:/tmp/cvs-serv18164
Modified Files:
about.c
Log Message:
I like the v ;-)
Index: about.c
===================================================================
RCS file: /cvsroot/gaim/gaim/src/about.c,v
retrieving revision 1.54
retrieving revision 1.55
diff -u -d -r1.54 -r1.55
--- about.c 2001/10/19 20:37:14 1.54
+++ about.c 2001/10/20 18:41:47 1.55
@@ -103,7 +103,7 @@
gtk_container_add(GTK_CONTAINER(about), vbox);
gtk_widget_show(vbox);
- frame = gtk_frame_new("Gaim " VERSION);
+ frame = gtk_frame_new("Gaim v" VERSION);
gtk_box_pack_start(GTK_BOX(vbox), frame, TRUE, TRUE, 0);
gtk_widget_show(frame);
|