mirror of
https://github.com/mRemoteNG/mRemoteNG.git
synced 2026-02-17 22:11:48 +08:00
Fixed the HTTP CEF render engine not being localised properly.
This commit is contained in:
@@ -393,7 +393,7 @@ namespace mRemoteNG.Connection.Protocol.Http
|
||||
[LocalizedAttributes.LocalizedDescription(nameof(Language.strHttpGecko))]
|
||||
Gecko = 2,
|
||||
|
||||
[LocalizedAttributes.LocalizedDescription("strHttpCEF")]
|
||||
[LocalizedAttributes.LocalizedDescription(nameof(Language.strHttpCEF))]
|
||||
CEF = 3
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user