mirror of
https://github.com/mRemoteNG/mRemoteNG.git
synced 2026-02-25 19:38:37 +08:00
Fix issue MR-202 - The Connection "Tab" show Ampersands as underscores.
This commit is contained in:
@@ -12,6 +12,7 @@
|
||||
Fix issue MR-172 - RDGatewayPassword is unencrypted in confCons.xml file
|
||||
Fix issue MR-176 - Del key while editing connection name triggers 'Delete Connection'
|
||||
Fix issue MR-181 - Sessions on startup
|
||||
Fix issue MR-202 - The Connection "Tab" show Ampersands as underscores.
|
||||
Fix issue MR-277 - Inheritance configuration button not appear in configuration tab
|
||||
Added compatibility check for "Use FIPS compliant algorithms" security setting.
|
||||
Improved reporting of errors when encrypting and decrypting connection files.
|
||||
|
||||
@@ -262,6 +262,8 @@ Namespace UI
|
||||
nTab.Title &= ")"
|
||||
End If
|
||||
|
||||
nTab.Title = nTab.Title.Replace("&", "&&")
|
||||
|
||||
Dim conIcon As Icon = mRemoteNG.Connection.Icon.FromString(conI.Icon)
|
||||
If conIcon IsNot Nothing Then
|
||||
nTab.Icon = conIcon
|
||||
|
||||
Reference in New Issue
Block a user