mirror of
https://github.com/mRemoteNG/mRemoteNG.git
synced 2026-02-26 03:58:45 +08:00
Bugfix: RDP protocol string missing
This commit is contained in:
@@ -4,7 +4,7 @@ Imports mRemoteNG.Tools.LocalizedAttributes
|
||||
Namespace Connection
|
||||
Namespace Protocol
|
||||
Public Enum Protocols
|
||||
<LocalizedDescription("strRdp")> _
|
||||
<LocalizedDescription("strRDP")> _
|
||||
RDP = 0
|
||||
<LocalizedDescription("strVnc")> _
|
||||
VNC = 1
|
||||
|
||||
Reference in New Issue
Block a user