--- /root/Environment.cs	Mon Dec 15 14:57:02 2003
+++ class/corlib/System/Environment.cs	Mon Dec 15 11:39:37 2003
@@ -105,10 +105,10 @@
 		}
 
 		[MonoTODO]
-		public bool HasShutdownStarted
+		public static bool HasShutdownStarted
 		{
 			get {
-				throw new NotImplementedException();
+				return false;
 			}
 		}
 		
