# HG changeset patch # User Rob Flynn # Date 960621643 0 # Node ID 7e464939db435987c20eaf6533daf62f20034a65 # Parent c1a5bebba4a788956aec3cfcfaf739430654e5d0 [gaim-migrate @ 388] Commits committer: Tailor Script diff -r c1a5bebba4a7 -r 7e464939db43 src/prefs.c --- 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);