diff --git a/CHANGELOG.TXT b/CHANGELOG.TXT index 083ce6c71..574d6b553 100644 --- a/CHANGELOG.TXT +++ b/CHANGELOG.TXT @@ -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' diff --git a/mRemoteV1/Connection/PuttySession.Info.vb b/mRemoteV1/Connection/PuttySession.Info.vb index 2acd6419e..6258f034a 100644 --- a/mRemoteV1/Connection/PuttySession.Info.vb +++ b/mRemoteV1/Connection/PuttySession.Info.vb @@ -100,6 +100,7 @@ Namespace Connection #End Region #Region "IComponent" + _ Public Property Site() As ISite Implements IComponent.Site Get Return New PropertyGridCommandSite(Me)