From e7abe6b4cf85771d25992582a05e87ea1e1998fd Mon Sep 17 00:00:00 2001 From: Andreas Rehm Date: Tue, 22 Jun 2010 07:22:24 +0800 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 f816d3580..1fbbdd973 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