Update of /cvsroot/gaim/gaim/src
In directory usw-pr-cvs1:/tmp/cvs-serv5820
Modified Files:
applet.c dialogs.c ticker.c
Log Message:
I got an itty bitty diff for you ;-)
Index: applet.c
===================================================================
RCS file: /cvsroot/gaim/gaim/src/applet.c,v
retrieving revision 1.19
retrieving revision 1.20
diff -u -d -r1.19 -r1.20
--- applet.c 2001/10/13 03:23:55 1.19
+++ applet.c 2001/10/18 07:26:56 1.20
@@ -324,11 +324,11 @@
{
GdkPixmap *pm;
- applet_widget_init("GAIM", VERSION, argc, argv, NULL, 0, NULL);
+ applet_widget_init("Gaim", VERSION, argc, argv, NULL, 0, NULL);
applet = applet_widget_new("gaim_applet");
if (!applet)
- g_error(_("Can't create GAIM applet!"));
+ g_error(_("Can't create Gaim applet!"));
gtk_widget_set_events(applet, gtk_widget_get_events(applet) | GDK_BUTTON_PRESS_MASK);
gtk_widget_realize(applet);
Index: dialogs.c
===================================================================
RCS file: /cvsroot/gaim/gaim/src/dialogs.c,v
retrieving revision 1.261
retrieving revision 1.262
diff -u -d -r1.261 -r1.262
--- dialogs.c 2001/10/18 00:30:34 1.261
+++ dialogs.c 2001/10/18 07:26:56 1.262
@@ -2284,7 +2284,7 @@
gtk_container_add(GTK_CONTAINER(c->link_dialog), fbox);
gtk_container_border_width(GTK_CONTAINER(c->link_dialog), 10);
- gtk_window_set_title(GTK_WINDOW(c->link_dialog), _("GAIM - Add URL"));
+ gtk_window_set_title(GTK_WINDOW(c->link_dialog), _("Gaim - Add URL"));
gtk_window_set_focus(GTK_WINDOW(c->link_dialog), b->url);
b->window = c->link_dialog;
b->toggle = linky;
Index: ticker.c
===================================================================
RCS file: /cvsroot/gaim/gaim/src/ticker.c,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -d -r1.15 -r1.16
--- ticker.c 2001/09/20 01:20:29 1.15
+++ ticker.c 2001/10/18 07:26:56 1.16
@@ -66,7 +66,7 @@
userclose = TRUE;
}
-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";
+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()
@@ -76,7 +76,7 @@
tickerwindow = gtk_window_new (GTK_WINDOW_TOPLEVEL);
gtk_signal_connect (GTK_OBJECT(tickerwindow), "destroy",
GTK_SIGNAL_FUNC (BuddyTickerDestroyWindow), "WM destroy");
- gtk_window_set_title (GTK_WINDOW(tickerwindow), "GAIM - Buddy Ticker");
+ gtk_window_set_title (GTK_WINDOW(tickerwindow), "Gaim - Buddy Ticker");
gtk_window_set_wmclass (GTK_WINDOW(tickerwindow),
"ticker", "Gaim");
|