Mercurial > pidgin
comparison src/prefs.c @ 436:7d5f91c1ff20
[gaim-migrate @ 446]
Add preference for showing/hiding the ticker.
committer: Tailor Script <tailor@pidgin.im>
| author | Syd Logan <slogan> |
|---|---|
| date | Sun, 25 Jun 2000 02:42:11 +0000 |
| parents | 0d4e80bdb96b |
| children | f03f041c1aa9 |
comparison
equal
deleted
inserted
replaced
| 435:feff1ae9d8da | 436:7d5f91c1ff20 |
|---|---|
| 769 gaim_button("Transparent text window (experimental)", &transparent, appbox ); | 769 gaim_button("Transparent text window (experimental)", &transparent, appbox ); |
| 770 #endif | 770 #endif |
| 771 gaim_button(_("Show logon/logoffs in conversation windows"), &display_options, OPT_DISP_SHOW_LOGON, appbox ); | 771 gaim_button(_("Show logon/logoffs in conversation windows"), &display_options, OPT_DISP_SHOW_LOGON, appbox ); |
| 772 gaim_button(_("Use devil icons"), &display_options, OPT_DISP_DEVIL_PIXMAPS, appbox ); | 772 gaim_button(_("Use devil icons"), &display_options, OPT_DISP_DEVIL_PIXMAPS, appbox ); |
| 773 gaim_button(_("Show graphical smileys (experimental)"), &display_options, OPT_DISP_SHOW_SMILEY, appbox ); | 773 gaim_button(_("Show graphical smileys (experimental)"), &display_options, OPT_DISP_SHOW_SMILEY, appbox ); |
| 774 gaim_button(_("Show Buddy Ticker after restart"), &display_options, OPT_DISP_SHOW_BUDDYTICKER, appbox ); | |
| 774 | 775 |
| 775 | 776 |
| 776 gaim_button(_("Bold Text"), &font_options, OPT_FONT_BOLD, fontbox); | 777 gaim_button(_("Bold Text"), &font_options, OPT_FONT_BOLD, fontbox); |
| 777 gaim_button(_("Italics Text"), &font_options, OPT_FONT_ITALIC, fontbox); | 778 gaim_button(_("Italics Text"), &font_options, OPT_FONT_ITALIC, fontbox); |
| 778 gaim_button(_("Underlined Text"), &font_options, OPT_FONT_UNDERLINE, fontbox); | 779 gaim_button(_("Underlined Text"), &font_options, OPT_FONT_UNDERLINE, fontbox); |
