Mercurial > pidgin.yaz
changeset 6459:b52870734c21
[gaim-migrate @ 6968]
Removed a duplicate colon.
committer: Tailor Script <tailor@pidgin.im>
author | Christian Hammond <chipx86@chipx86.com> |
---|---|
date | Wed, 13 Aug 2003 22:02:50 +0000 |
parents | 759d21aa2583 |
children | ff4551719cc7 |
files | src/protocols/irc/irc.c |
diffstat | 1 files changed, 3 insertions(+), 3 deletions(-) [+] |
line wrap: on
line diff
--- a/src/protocols/irc/irc.c Wed Aug 13 21:37:32 2003 +0000 +++ b/src/protocols/irc/irc.c Wed Aug 13 22:02:50 2003 +0000 @@ -1,12 +1,12 @@ /** * @file irc.c - * + * * gaim * * Copyright (C) 2003, Ethan Blanton <eblanton@cs.purdue.edu> * Copyright (C) 2000-2003, Rob Flynn <rob@tgflinux.com> * Copyright (C) 1998-1999, Mark Spencer <markster@marko.net> - * + * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation; either version 2 of the License, or @@ -504,7 +504,7 @@ split = gaim_account_user_split_new(_("Server"), IRC_DEFAULT_SERVER, '@'); prpl_info.user_splits = g_list_append(prpl_info.user_splits, split); - option = gaim_account_option_int_new(_("Port:"), "port", IRC_DEFAULT_PORT); + option = gaim_account_option_int_new(_("Port"), "port", IRC_DEFAULT_PORT); prpl_info.protocol_options = g_list_append(prpl_info.protocol_options, option); option = gaim_account_option_string_new(_("Encoding"), "encoding", IRC_DEFAULT_CHARSET);