# HG changeset patch # User Christian Hammond # Date 1060812170 0 # Node ID b52870734c21a0a26d129c0ae98c428db51fb636 # Parent 759d21aa2583e56d4be29cfaca6130ed10aa454d [gaim-migrate @ 6968] Removed a duplicate colon. committer: Tailor Script diff -r 759d21aa2583 -r b52870734c21 src/protocols/irc/irc.c --- 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 * Copyright (C) 2000-2003, Rob Flynn * Copyright (C) 1998-1999, Mark Spencer - * + * * 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);