Index: dlgServer.cpp =================================================================== RCS file: /projects/pgadmin3/src/ui/dlgServer.cpp,v retrieving revision 1.18 retrieving revision 1.19 diff -Lsrc/ui/dlgServer.cpp -Lsrc/ui/dlgServer.cpp -u -w -r1.18 -r1.19 --- src/ui/dlgServer.cpp +++ src/ui/dlgServer.cpp @@ -244,7 +244,7 @@ CheckValid(enable, !txtDescription->GetValue().IsEmpty(), _("Please specify description.")); -#ifdef __xxxWXMSW__ +#ifdef __WXMSW__ CheckValid(enable, !name.IsEmpty(), _("Please specify address.")); CheckValid(enable, StrToLong(txtPort->GetValue()) > 0, _("Please specify port.")); #else