Log Message:
-----------
fixed empty language selection

Modified Files:
--------------
    pgadmin3/src:
        pgAdmin3.cpp (r1.94 -> r1.95)

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)
---------------------------(end of broadcast)---------------------------
TIP 3: if posting/reading through Usenet, please send an appropriate
      subscribe-nomail command to [EMAIL PROTECTED] so that your
      message can get through to the mailing list cleanly

Reply via email to