Remove invalid "Site" configuration option from PuTTY Saved Sessions

This commit is contained in:
Riley McArdle
2013-10-21 18:55:59 -05:00
parent 5267de8b87
commit 8273bdf70f
2 changed files with 2 additions and 0 deletions

View File

@@ -2,6 +2,7 @@
Fixed issue MR-141 - Add a default protocol option
Fixed issue MR-367 - Make the 'Connect' button on the 'Quick Connect' toolbar a forced dropdown
Fixed misleading log messages about RD Gateway support.
Removed invalid "Site" configuration option from PuTTY Saved Sessions
1.71 (2013-10-16):
Fixed issue MR-560 - Cannot Auto-Update With Open Connections: Unable to find an entry point named 'TaskDialogIndirect' in DLL 'ComCtl32'

View File

@@ -100,6 +100,7 @@ Namespace Connection
#End Region
#Region "IComponent"
<Browsable(False)> _
Public Property Site() As ISite Implements IComponent.Site
Get
Return New PropertyGridCommandSite(Me)