Web pgadmin.org
 Home 
 ·  ·  ·  ·  ·  ·  · 
CVS Commit by andreas: gcc fix

CVS Commit by andreas: gcc fix



Log Message:
-----------
gcc fix

Modified Files:
--------------
    pgadmin3/src/ui:
        frmStatus.cpp (r1.28 -> r1.29)

Index: frmStatus.cpp
===================================================================
RCS file: /projects/pgadmin3/src/ui/frmStatus.cpp,v
retrieving revision 1.28
retrieving revision 1.29
diff -Lsrc/ui/frmStatus.cpp -Lsrc/ui/frmStatus.cpp -u -w -r1.28 -r1.29
--- src/ui/frmStatus.cpp
+++ src/ui/frmStatus.cpp
@@ -521,7 +521,7 @@
 		} 
 		else 
 		{
-			btnCancel->Enablcd sre(false);
+			btnCancel->Enable(false);
 			btnTerminate->Enable(false);
 		}
 	}


Home | Main Index | Thread Index

top