dbTalk Databases Forums  

[BUGS] BUG #1024: Just Testing...

mailing.database.pgsql-bugs mailing.database.pgsql-bugs


Discuss [BUGS] BUG #1024: Just Testing... in the mailing.database.pgsql-bugs forum.



Reply
 
Thread Tools Display Modes
  #1  
Old   
PostgreSQL Bugs List
 
Posts: n/a

Default [BUGS] BUG #1024: Just Testing... - 12-22-2003 , 03:53 PM







The following bug has been logged online:

Bug reference: 1024
Logged by: Dave Page

Email address: dpage (AT) postgresql (DOT) org

PostgreSQL version: 7.5 Dev

Operating system: CYGWIN_NT-5.1 pc30 1.5.5(0.94/3/2) 2003-09-20 16:31 i686 unknown unknown
Cygwin

Description: Just Testing...

Details:

#ifdef __LINUX__
{
wxLogNull noLog;
locale.AddCatalog(wxT("fileutils"));
}
#endif

if (langCount)
{
wxString *langNames=new wxString[langCount+1];
langNames[0] = _("Default");

for (langNo = 0; langNo < langCount ; langNo++)
{
langInfo =
wxLocale::GetLanguageInfo(existingLangs.Item(langN o));
langNames[langNo+1] = wxT("(") + langInfo->CanonicalName +
wxT(") ")
+ existingLangNames.Item(langNo);
}


langNo = wxGetSingleChoiceIndex(_("Please choose user
language:"), _("User language"),
langCount+1, langNames);
if (langNo > 0)
(wxLanguage)wxLocale::GetLanguageInfo(existingLang s.Item(langNo-1))->Langua
langId = ge;

delete[] langNames;
}
}

if (langId != wxLANGUAGE_UNKNOWN)
{
if (locale.Init(langId))
{
#ifdef __LINUX__
{
wxLogNull noLog;
locale.AddCatalog(wxT("fileutils"));
}
#endif


---------------------------(end of broadcast)---------------------------
TIP 7: don't forget to increase your free space map settings

Reply With Quote
Reply




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Powered by vBulletin Version 3.5.3
Copyright ©2000 - 2012, Jelsoft Enterprises Ltd.