Bufix Gecko Translation

This commit is contained in:
Andreas Rehm
2010-06-22 01:22:24 +02:00
parent 45b8e5c10f
commit bd6c07e9d0

View File

@@ -173,7 +173,7 @@ Namespace Connection
Public Enum RenderingEngine
<LocalizedDescription("strHttpInternetExplorer")> _
IE = 1
<LocalizedDescription("strHttpGecko (Firefox)")> _
<LocalizedDescription("strHttpGecko")> _
Gecko = 2
End Enum