Browse Source

Test code by mistake included in 724f7488c6

(cherry picked from commit 5dcf276c99a17aa2e3a380ea0df65653c3b43155)

Source commit: 06152d980c0d71612235011219b9049ce06c4783
Martin Prikryl 7 years ago
parent
commit
164f6d3d9d
1 changed files with 1 additions and 1 deletions
  1. 1 1
      source/windows/GUITools.cpp

+ 1 - 1
source/windows/GUITools.cpp

@@ -94,7 +94,7 @@ void __fastcall OpenSessionInPutty(const UnicodeString PuttyPath,
 
 
     if (!RemoteCustomCommand.IsSiteCommand(AParams))
     if (!RemoteCustomCommand.IsSiteCommand(AParams))
     {
     {
-      if (true/*IsUWP()*/)
+      if (IsUWP())
       {
       {
         bool Telnet = (SessionData->FSProtocol == fsFTP) && GUIConfiguration->TelnetForFtpInPutty;
         bool Telnet = (SessionData->FSProtocol == fsFTP) && GUIConfiguration->TelnetForFtpInPutty;
         if (Telnet)
         if (Telnet)