Mercurial > pidgin.yaz
diff src/prefs.c @ 830:60284aef22f0
[gaim-migrate @ 840]
ctrl-1 = :-)
committer: Tailor Script <tailor@pidgin.im>
author | Eric Warmenhoven <eric@warmenhoven.org> |
---|---|
date | Sat, 02 Sep 2000 08:42:40 +0000 |
parents | 75d9cdffb946 |
children | 0142b4c66394 |
line wrap: on
line diff
--- a/src/prefs.c Sat Sep 02 02:41:57 2000 +0000 +++ b/src/prefs.c Sat Sep 02 08:42:40 2000 +0000 @@ -623,6 +623,7 @@ gaim_button(_("Enter sends message"), &general_options, OPT_GEN_ENTER_SENDS, 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); sep = gtk_hseparator_new(); gtk_box_pack_start(GTK_BOX(box), sep, FALSE, FALSE, 5);