Mercurial > pidgin
diff src/prefs.c @ 378:7e464939db43
[gaim-migrate @ 388]
Commits
committer: Tailor Script <tailor@pidgin.im>
author | Rob Flynn <gaim@robflynn.com> |
---|---|
date | Sat, 10 Jun 2000 07:20:43 +0000 |
parents | 1eae69f076d2 |
children | a330017b3aa4 |
line wrap: on
line diff
--- a/src/prefs.c Sat Jun 10 04:03:52 2000 +0000 +++ b/src/prefs.c Sat Jun 10 07:20:43 2000 +0000 @@ -771,7 +771,7 @@ #endif gaim_button(_("Show logon/logoffs in conversation windows"), &display_options, OPT_DISP_SHOW_LOGON, appbox ); gaim_button(_("Use devil icons"), &display_options, OPT_DISP_DEVIL_PIXMAPS, appbox ); - gaim_button(_("Show graphical smileys"), &display_options, OPT_DISP_SHOW_SMILEY, appbox ); + gaim_button(_("Show graphical smileys (experimental)"), &display_options, OPT_DISP_SHOW_SMILEY, appbox ); gaim_button(_("Bold Text"), &font_options, OPT_FONT_BOLD, fontbox);