diff src/about.c @ 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 e36ba8814d6d
children f3c094e78609
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);