Fix issue MR-202 - The Connection "Tab" show Ampersands as underscores.

This commit is contained in:
Riley McArdle
2013-02-12 21:05:50 -06:00
parent da50517113
commit 28a8a3debd
2 changed files with 3 additions and 0 deletions

View File

@@ -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.

View File

@@ -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