Bufix Gecko Translation

This commit is contained in:
Andreas Rehm
2010-06-22 07:22:24 +08:00
committed by Riley McArdle
parent 18be51ec88
commit e7abe6b4cf

View File

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