Skip to content

Commit

Permalink
Revert "Fixed issue MR-229 - Integrated PuTTY doesn't work in Windows…
Browse files Browse the repository at this point in the history
… 8 RP"

This reverts commit c29c501.
  • Loading branch information
rmcardle committed Feb 26, 2013
1 parent 3bc5cee commit 52461b7
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.TXT
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
Fixed issue MR-332 - Can't select different tab with one click after disconnecting existing tab
Re-enabled PuTTYNG integration enhancements on Windows 8

1.70 (2013-02-22):
Fixed issue MR-183 - Error trying to save connections when using SQL - Invalid column name _parentConstantId
Expand Down
3 changes: 0 additions & 3 deletions mRemoteV1/Connection/Connection.Protocol.PuttyBase.vb
Original file line number Diff line number Diff line change
Expand Up @@ -266,9 +266,6 @@ Namespace Connection
End Function

Public Shared Function IsFilePuttyNg(file As String) As Boolean
' PuTTYNG enhancements are not yet compatible with Windows 8
If Environment.OSVersion.Version.CompareTo(New Version(6, 2)) >= 0 Then Return False

Dim isPuttyNg As Boolean
Try
isPuttyNg = FileVersionInfo.GetVersionInfo(file).InternalName.Contains("PuTTYNG")
Expand Down

0 comments on commit 52461b7

Please sign in to comment.