diff src/aim.c @ 1391:d606da211acb

[gaim-migrate @ 1401] Cancel is now Quit. Also set up the ability to right-click on edit list; but haven't implemented most of the functionality. committer: Tailor Script <tailor@pidgin.im>
author Eric Warmenhoven <eric@warmenhoven.org>
date Sun, 07 Jan 2001 19:55:08 +0000
parents 5d4464379703
children 476b24cdfa32
line wrap: on
line diff
--- a/src/aim.c	Fri Jan 05 21:14:35 2001 +0000
+++ b/src/aim.c	Sun Jan 07 19:55:08 2001 +0000
@@ -294,7 +294,7 @@
 	gtk_box_pack_start(GTK_BOX(sbox), bbox, TRUE, TRUE, 0);
 	gtk_widget_show(bbox);
 
-	cancel = gtk_button_new_with_label(_("Cancel"));
+	cancel = gtk_button_new_with_label(_("Quit"));
 #ifndef NO_MULTI
 	accts = gtk_button_new_with_label(_("Accounts"));
 #endif