summaryrefslogtreecommitdiff
path: root/net/gaim/patches/patch-aa
blob: 4323957c15f6f8af73c83965c9f49145ca29bd87 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
*** src/prefs.c.orig	Sun Jun 18 18:00:02 2000
--- src/prefs.c	Sun Jun 18 18:00:13 2000
***************
*** 770,776 ****
  	gaim_button("Transparent text window (experimental)", &transparent, appbox );
  #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 (experimental)"), &display_options, OPT_DISP_SHOW_SMILEY, appbox );
  	
  	
--- 770,776 ----
  	gaim_button("Transparent text window (experimental)", &transparent, appbox );
  #endif
  	gaim_button(_("Show logon/logoffs in conversation windows"), &display_options, OPT_DISP_SHOW_LOGON, appbox );
! 	gaim_button(_("Use daemon icons"), &display_options, OPT_DISP_DEVIL_PIXMAPS, appbox );
  	gaim_button(_("Show graphical smileys (experimental)"), &display_options, OPT_DISP_SHOW_SMILEY, appbox );