comparison src/protocols/gg/gg.c @ 5645:a9cd11fd0d6f

[gaim-migrate @ 6059] Fixed the label for the account option. committer: Tailor Script <tailor@pidgin.im>
author Christian Hammond <chipx86@chipx86.com>
date Sun, 01 Jun 2003 23:31:46 +0000
parents 0bdfa28c678e
children 46d7ad0dfa26
comparison
equal deleted inserted replaced
5644:213e999fa5cc 5645:a9cd11fd0d6f
1 /* 1 /*
2 * gaim - Gadu-Gadu Protocol Plugin 2 * gaim - Gadu-Gadu Protocol Plugin
3 * $Id: gg.c 6047 2003-06-01 17:40:20Z chipx86 $ 3 * $Id: gg.c 6059 2003-06-01 23:31:46Z chipx86 $
4 * 4 *
5 * Copyright (C) 2001 Arkadiusz Mi¶kiewicz <misiek@pld.ORG.PL> 5 * Copyright (C) 2001 Arkadiusz Mi¶kiewicz <misiek@pld.ORG.PL>
6 * 6 *
7 * This program is free software; you can redistribute it and/or modify 7 * This program is free software; you can redistribute it and/or modify
8 * it under the terms of the GNU General Public License as published by 8 * it under the terms of the GNU General Public License as published by
1375 static void 1375 static void
1376 __init_plugin(GaimPlugin *plugin) 1376 __init_plugin(GaimPlugin *plugin)
1377 { 1377 {
1378 GaimAccountOption *option; 1378 GaimAccountOption *option;
1379 1379
1380 option = gaim_account_option_string_new(_("Nick:"), "nick", 1380 option = gaim_account_option_string_new(_("Nick"), "nick",
1381 "Gadu-Gadu User"); 1381 "Gadu-Gadu User");
1382 prpl_info.protocol_options = g_list_append(prpl_info.protocol_options, 1382 prpl_info.protocol_options = g_list_append(prpl_info.protocol_options,
1383 option); 1383 option);
1384 1384
1385 my_protocol = plugin; 1385 my_protocol = plugin;