comparison src/prefs.c @ 150:d4e99c17e399

[gaim-migrate @ 160] Added daemon pixmaps, for all you BSD'ers out there. I really don't like the buddy chat one though, someone please redo it. committer: Tailor Script <tailor@pidgin.im>
author Eric Warmenhoven <eric@warmenhoven.org>
date Sun, 23 Apr 2000 23:30:50 +0000
parents 45bcfa3b584c
children 789c792ed14b
comparison
equal deleted inserted replaced
149:9d684979f507 150:d4e99c17e399
711 gaim_button("Ignore incoming colours", &display_options, OPT_DISP_IGNORE_COLOUR, appbox ); 711 gaim_button("Ignore incoming colours", &display_options, OPT_DISP_IGNORE_COLOUR, appbox );
712 #if 0 712 #if 0
713 gaim_button("Transparent text window (experimental)", &transparent, appbox ); 713 gaim_button("Transparent text window (experimental)", &transparent, appbox );
714 #endif 714 #endif
715 gaim_button("Show logon/logoffs in conversation windows", &display_options, OPT_DISP_SHOW_LOGON, appbox ); 715 gaim_button("Show logon/logoffs in conversation windows", &display_options, OPT_DISP_SHOW_LOGON, appbox );
716 #ifdef USE_APPLET 716 gaim_button("Use devil icons", &display_options, OPT_DISP_DEVIL_PIXMAPS, appbox );
717 gaim_button("Use devil icons in applet", &display_options, OPT_DISP_DEVIL_PIXMAPS, appbox ); 717
718 #endif
719 718
720 719
721 gaim_button("Bold Text", &font_options, OPT_FONT_BOLD, fontbox); 720 gaim_button("Bold Text", &font_options, OPT_FONT_BOLD, fontbox);
722 gaim_button("Italics Text", &font_options, OPT_FONT_ITALIC, fontbox); 721 gaim_button("Italics Text", &font_options, OPT_FONT_ITALIC, fontbox);
723 gaim_button("Underlined Text", &font_options, OPT_FONT_UNDERLINE, fontbox); 722 gaim_button("Underlined Text", &font_options, OPT_FONT_UNDERLINE, fontbox);