From bd6c07e9d06ac09ebe6ff634c23b904751c96eaa Mon Sep 17 00:00:00 2001 From: Andreas Rehm Date: Tue, 22 Jun 2010 01:22:24 +0200 Subject: [PATCH] Bufix Gecko Translation --- mRemoteV1/Connection/Connection.Protocol.HTTPBase.vb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mRemoteV1/Connection/Connection.Protocol.HTTPBase.vb b/mRemoteV1/Connection/Connection.Protocol.HTTPBase.vb index f816d358..1fbbdd97 100644 --- a/mRemoteV1/Connection/Connection.Protocol.HTTPBase.vb +++ b/mRemoteV1/Connection/Connection.Protocol.HTTPBase.vb @@ -173,7 +173,7 @@ Namespace Connection Public Enum RenderingEngine _ IE = 1 - _ + _ Gecko = 2 End Enum