diff src/pounce.c @ 4772:6fe8008d6560

[gaim-migrate @ 5091] Chip, sorry if this conflicts with your buddy pounce stuff. Also, uh, I dunno, there wasn't a reason that some of these windows didn't have titles, was there? I figured "Gaim" is better than nothing. committer: Tailor Script <tailor@pidgin.im>
author Mark Doliner <mark@kingant.net>
date Fri, 14 Mar 2003 15:45:38 +0000
parents 751c37a940dd
children 677d3cb193a1
line wrap: on
line diff
--- a/src/pounce.c	Fri Mar 14 14:28:57 2003 +0000
+++ b/src/pounce.c	Fri Mar 14 15:45:38 2003 +0000
@@ -386,7 +386,7 @@
 	GAIM_DIALOG(b->window);
 	gtk_window_set_resizable(GTK_WINDOW(b->window), TRUE);
 	gtk_window_set_role(GTK_WINDOW(b->window), "new_bp");
-	gtk_window_set_title(GTK_WINDOW(b->window), _("Gaim - New Buddy Pounce"));
+	gtk_window_set_title(GTK_WINDOW(b->window), _("New Buddy Pounce"));
 	g_signal_connect(GTK_OBJECT(b->window), "destroy", G_CALLBACK(gtk_widget_destroy), b->window);
 	gtk_widget_realize(b->window);