diff src/aim.c @ 1400:476b24cdfa32

[gaim-migrate @ 1410] README now has docs on how to use Yahoo/IRC/etc, so people aren't so lost. Yahoo can now receive messages and linkify them properly doesn't say "quit" in applet login window committer: Tailor Script <tailor@pidgin.im>
author Eric Warmenhoven <eric@warmenhoven.org>
date Wed, 10 Jan 2001 19:56:39 +0000
parents d606da211acb
children 17e544f8c7fb
line wrap: on
line diff
--- a/src/aim.c	Wed Jan 10 02:54:05 2001 +0000
+++ b/src/aim.c	Wed Jan 10 19:56:39 2001 +0000
@@ -294,7 +294,11 @@
 	gtk_box_pack_start(GTK_BOX(sbox), bbox, TRUE, TRUE, 0);
 	gtk_widget_show(bbox);
 
+#ifndef USE_APPLET
 	cancel = gtk_button_new_with_label(_("Quit"));
+#else
+	cancel = gtk_button_new_with_label(_("Close"));
+#endif
 #ifndef NO_MULTI
 	accts = gtk_button_new_with_label(_("Accounts"));
 #endif