changeset 4565:9a631b25f7e3

[gaim-migrate @ 4846] Like all real boys, he only wanted a name... or skin. Or whatever it was. committer: Tailor Script <tailor@pidgin.im>
author Christian Hammond <chipx86@chipx86.com>
date Sun, 09 Feb 2003 21:31:58 +0000
parents 27354602734d
children 1a9c80713d4b
files src/gtkft.c
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/src/gtkft.c	Sun Feb 09 19:52:15 2003 +0000
+++ b/src/gtkft.c	Sun Feb 09 21:31:58 2003 +0000
@@ -563,6 +563,7 @@
 	/* Create the window. */
 	dialog->window = window = gtk_window_new(GTK_WINDOW_TOPLEVEL);
 	gtk_window_set_role(GTK_WINDOW(window), "file transfer");
+	gtk_window_set_title(GTK_WINDOW(blist), _("File Transfers - Gaim"));
 //	gtk_window_set_policy(GTK_WINDOW(window), TRUE, TRUE, TRUE);
 //	gtk_window_set_default_size(GTK_WINDOW(window), 390, 400);
 //	gtk_window_set_resizable(GTK_WINDOW(window), FALSE);