From: Don S. <ri...@us...> - 2004-07-28 15:15:40
|
Update of /cvsroot/gaim-bnet/gaim-bnet/src In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv28788/src Modified Files: bnet.c Log Message: Adding grim to AUTHORS and changing other files accordingly so it doesn't just mention me Index: bnet.c =================================================================== RCS file: /cvsroot/gaim-bnet/gaim-bnet/src/bnet.c,v retrieving revision 1.1.1.1 retrieving revision 1.2 diff -C2 -d -r1.1.1.1 -r1.2 *** bnet.c 28 Jul 2004 03:08:20 -0000 1.1.1.1 --- bnet.c 28 Jul 2004 15:15:31 -0000 1.2 *************** *** 5,9 **** * gaim-bnet Protocol Plugin * ! * Copyright (C) 2004, Don Seiler <do...@se...> * * This program is free software; you can redistribute it and/or modify --- 5,9 ---- * gaim-bnet Protocol Plugin * ! * Copyright (C) 2004 by folks in AUTHORS file * * This program is free software; you can redistribute it and/or modify *************** *** 255,258 **** --- 255,261 ---- prpl_info.protocol_options = g_list_append(prpl_info.protocol_options, option); + option = gaim_account_option_string_new(_("CD-Key"), "cdkey"); + prpl_info.protocol_options = g_list_append(prpl_info.protocol_options, option); + _bnet_plugin = plugin; }; |