changeset 955:889e5026fd98

[gaim-migrate @ 965] instead of 0.9.20 make it say version committer: Tailor Script <tailor@pidgin.im>
author Eric Warmenhoven <eric@warmenhoven.org>
date Sun, 08 Oct 2000 01:52:44 +0000
parents dde2d3acdb23
children 0f9fc69a1f3b
files src/ticker.c
diffstat 1 files changed, 2 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/src/ticker.c	Sat Oct 07 22:51:44 2000 +0000
+++ b/src/ticker.c	Sun Oct 08 01:52:44 2000 +0000
@@ -25,6 +25,7 @@
 #include "gtkticker.h"
 #include <string.h>
 #include <stdlib.h>
+#include "gaim.h"
 
 GtkWidget *tickerwindow = NULL;
 GtkWidget *ticker;
@@ -74,7 +75,7 @@
 	userclose = TRUE;
 }
 
-static char *msg = "Welcome to GAIM 0.9.20, brought to you by Rob Flynn (maintainer), Eric Warmenhoven, Mark Spencer, Jeramey Crawford, Jim Duchek, and Syd Logan"; 
+static char *msg = "Welcome to GAIM " VERSION ", brought to you by Rob Flynn (maintainer), Eric Warmenhoven, Mark Spencer, Jeramey Crawford, Jim Duchek, and Syd Logan"; 
 
 void
 BuddyTickerCreateWindow()