diff src/gtkft.c @ 7859:e873d0bd0e6c

[gaim-migrate @ 8513] I changed some stuff with conversation menus. Stuff is renamed, moved around, not grayed out, grayed out, visible, somewhat works for chats, etc. Ima finish this tomorrow because it's 6 o'freaking clock. It shouldn't make anything worse, and might make some things better. committer: Tailor Script <tailor@pidgin.im>
author Mark Doliner <mark@kingant.net>
date Sun, 14 Dec 2003 11:03:54 +0000
parents 8e60ddc28a22
children fa6395637e2c
line wrap: on
line diff
--- a/src/gtkft.c	Sun Dec 14 07:00:43 2003 +0000
+++ b/src/gtkft.c	Sun Dec 14 11:03:54 2003 +0000
@@ -1097,9 +1097,9 @@
 	cur_dir = g_get_current_dir();
 
 	if (gaim_xfer_get_type(xfer) == GAIM_XFER_SEND)
-		data->filesel = gtk_file_selection_new(_("Gaim - Open..."));
+		data->filesel = gtk_file_selection_new(_("Open..."));
 	else
-		data->filesel = gtk_file_selection_new(_("Gaim - Save As..."));
+		data->filesel = gtk_file_selection_new(_("Save As..."));
 
 	if (gaim_xfer_get_filename(xfer) == NULL)
 		init_str = g_strdup_printf("%s" G_DIR_SEPARATOR_S, cur_dir);