Index: pgAdmin3.cpp =================================================================== RCS file: /projects/pgadmin3/src/pgAdmin3.cpp,v retrieving revision 1.94 retrieving revision 1.95 diff -Lsrc/pgAdmin3.cpp -Lsrc/pgAdmin3.cpp -u -w -r1.94 -r1.95 --- src/pgAdmin3.cpp +++ src/pgAdmin3.cpp @@ -182,7 +182,6 @@ } -#if 0 // old language selection on first app start long langCount=0; const wxLanguageInfo *langInfo; int langNo; @@ -224,6 +223,7 @@ } } +#if 0 // old language selection on first app start wxLanguage langId = (wxLanguage)settings->Read(wxT("LanguageId"), wxLANGUAGE_UNKNOWN); if (langId == wxLANGUAGE_UNKNOWN)