diff src/prefs.c @ 1455:d113c7e2c5f1

[gaim-migrate @ 1465] it used to be so fun toggling them on and off that i just had to add it back. committer: Tailor Script <tailor@pidgin.im>
author Eric Warmenhoven <eric@warmenhoven.org>
date Thu, 01 Feb 2001 08:13:00 +0000
parents 2f4e6269b001
children ba8e6e211af5
line wrap: on
line diff
--- a/src/prefs.c	Thu Feb 01 02:34:36 2001 +0000
+++ b/src/prefs.c	Thu Feb 01 08:13:00 2001 +0000
@@ -245,6 +245,7 @@
 	gaim_button(_("Escape closes window"), &general_options, OPT_GEN_ESC_CAN_CLOSE, box);
 	gaim_button(_("Control-{B/I/U/S} inserts HTML tags"), &general_options, OPT_GEN_CTL_CHARS, box);
 	gaim_button(_("Control-(number) inserts smileys"), &general_options, OPT_GEN_CTL_SMILEYS, box);
+	gaim_button(_("F2 toggles timestamp display"), &general_options, OPT_GEN_F2_TOGGLES, box);
 
 	sep = gtk_hseparator_new();
 	gtk_box_pack_start(GTK_BOX(box), sep, FALSE, FALSE, 5);