diff options
Diffstat (limited to 'net/gaim/patches/patch-aa')
-rw-r--r-- | net/gaim/patches/patch-aa | 20 |
1 files changed, 0 insertions, 20 deletions
diff --git a/net/gaim/patches/patch-aa b/net/gaim/patches/patch-aa deleted file mode 100644 index 54e5f441a18..00000000000 --- a/net/gaim/patches/patch-aa +++ /dev/null @@ -1,20 +0,0 @@ -$NetBSD: patch-aa,v 1.3 2000/09/03 12:39:59 wiz Exp $ -*** 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 ); - - |