diff --git a/cVMS.NET_CS/FMain.cs b/cVMS.NET_CS/FMain.cs index b7f5fba..031fded 100644 --- a/cVMS.NET_CS/FMain.cs +++ b/cVMS.NET_CS/FMain.cs @@ -2249,7 +2249,7 @@ namespace vmsnet if (PUB.indicator != null && PUB.indicator.IsOpen) { - this.lbINDI.ForeColor = Color.green; + this.lbINDI.ForeColor = Color.Green; } else if (PUB.CONFIG.indicator_port.isEmpty()) {