Mercurial > pidgin
changeset 2534:2bc6ee172103
[gaim-migrate @ 2547]
I got an itty bitty diff for you ;-)
committer: Tailor Script <tailor@pidgin.im>
author | Rob Flynn <gaim@robflynn.com> |
---|---|
date | Thu, 18 Oct 2001 07:26:56 +0000 |
parents | 5639484fccc9 |
children | b44fc148c1c7 |
files | src/applet.c src/dialogs.c src/ticker.c |
diffstat | 3 files changed, 5 insertions(+), 5 deletions(-) [+] |
line wrap: on
line diff
--- a/src/applet.c Thu Oct 18 07:22:26 2001 +0000 +++ b/src/applet.c Thu Oct 18 07:26:56 2001 +0000 @@ -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);
--- a/src/dialogs.c Thu Oct 18 07:22:26 2001 +0000 +++ b/src/dialogs.c Thu Oct 18 07:26:56 2001 +0000 @@ -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;
--- a/src/ticker.c Thu Oct 18 07:22:26 2001 +0000 +++ b/src/ticker.c Thu Oct 18 07:26:56 2001 +0000 @@ -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");