Log Message: ----------- fixed empty language selection Tags: ---- REL-1_0_0_PATCHES
Modified Files: -------------- pgadmin3/src: pgAdmin3.cpp (r1.81.2.2 -> r1.81.2.3)
Index: pgAdmin3.cpp =================================================================== RCS file: /projects/pgadmin3/src/pgAdmin3.cpp,v retrieving revision 1.81.2.2 retrieving revision 1.81.2.3 diff -Lsrc/pgAdmin3.cpp -Lsrc/pgAdmin3.cpp -u -w -r1.81.2.2 -r1.81.2.3 --- src/pgAdmin3.cpp +++ src/pgAdmin3.cpp @@ -142,7 +142,6 @@ locale.AddCatalog(wxT("pgadmin3")); } -#if 0 // old language selection on first app start long langCount=0; const wxLanguageInfo *langInfo; int langNo; @@ -184,6 +183,7 @@ } } +#if 0 // old language selection on first app start wxLanguage langId = (wxLanguage)settings->Read(wxT("LanguageId"), wxLANGUAGE_UNKNOWN); if (langId == wxLANGUAGE_UNKNOWN)
---------------------------(end of broadcast)--------------------------- TIP 2: you can get off all lists at once with the unregister command (send "unregister YourEmailAddressHere" to [EMAIL PROTECTED])