diff src/gtkutils.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 622c9149609c
children f691e3eb4ff3
line wrap: on
line diff
--- a/src/gtkutils.c	Sun Dec 14 07:00:43 2003 +0000
+++ b/src/gtkutils.c	Sun Dec 14 11:03:54 2003 +0000
@@ -328,7 +328,7 @@
 		return;
 	}
 
-	gtkconv->u.im->save_icon = gtk_file_selection_new(_("Gaim - Save Icon"));
+	gtkconv->u.im->save_icon = gtk_file_selection_new(_("Save Icon"));
 
 	gtk_file_selection_hide_fileop_buttons(
 		GTK_FILE_SELECTION(gtkconv->u.im->save_icon));