Преглед изворни кода

Test code by mistake included in 724f7488c6

(cherry picked from commit 5dcf276c99a17aa2e3a380ea0df65653c3b43155)

Source commit: 06152d980c0d71612235011219b9049ce06c4783
Martin Prikryl пре 7 година
родитељ
комит
164f6d3d9d
1 измењених фајлова са 1 додато и 1 уклоњено
  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 (true/*IsUWP()*/)
+      if (IsUWP())
       {
         bool Telnet = (SessionData->FSProtocol == fsFTP) && GUIConfiguration->TelnetForFtpInPutty;
         if (Telnet)