From 32c72c5c0979d6f4aca004257f2a708094447c26 Mon Sep 17 00:00:00 2001 From: Reuben Thomas Date: Mon, 1 May 2006 20:35:50 +0000 Subject: Fix locale descriptions, and remove FIXMEs: the locales are valid. Remove commented out socket close. --- lib/rpcs.cc | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'lib') diff --git a/lib/rpcs.cc b/lib/rpcs.cc index 48298b8..44c7a76 100644 --- a/lib/rpcs.cc +++ b/lib/rpcs.cc @@ -82,8 +82,8 @@ ENUM_DEFINITION(rpcs::languages, rpcs::PSI_LANG_TEST) { stringRep.add(rpcs::PSI_LANG_en_AU, N_("Australian")); stringRep.add(rpcs::PSI_LANG_fr_BE, N_("Belgish French")); stringRep.add(rpcs::PSI_LANG_de_AT, N_("Austrian")); - stringRep.add(rpcs::PSI_LANG_en_NZ, N_("New Zealand")); // FIXME: not shure about ISO code - stringRep.add(rpcs::PSI_LANG_fr_CA, N_("International French")); // FIXME: not shure about ISO code + stringRep.add(rpcs::PSI_LANG_en_NZ, N_("New Zealand English")); + stringRep.add(rpcs::PSI_LANG_fr_CA, N_("Canadian French")); stringRep.add(rpcs::PSI_LANG_cs_CZ, N_("Czech")); stringRep.add(rpcs::PSI_LANG_sk_SK, N_("Slovak")); stringRep.add(rpcs::PSI_LANG_pl_PL, N_("Polish")); @@ -101,7 +101,6 @@ rpcs::~rpcs() void rpcs:: reconnect(void) { - //skt->closeSocket(); skt->reconnect(); reset(); } -- cgit v1.2.3