changeset 2562:6a9438d32268

[gaim-migrate @ 2575] I like the v ;-) committer: Tailor Script <tailor@pidgin.im>
author Rob Flynn <gaim@robflynn.com>
date Sat, 20 Oct 2001 18:41:47 +0000
parents f9bdfca15404
children 29d09f9ce85f
files src/about.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/src/about.c	Sat Oct 20 18:30:20 2001 +0000
+++ b/src/about.c	Sat Oct 20 18:41:47 2001 +0000
@@ -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);