This commit is contained in:
David Sparer
2017-10-31 08:11:57 -05:00
parent 68f052efcb
commit 64bd5a93ad

View File

@@ -1,11 +1,11 @@
using mRemoteNG.App;
using mRemoteNG.Tools;
using System;
using System.Diagnostics;
using System.Drawing;
using System.Threading;
using System.Windows.Forms;
using mRemoteNG.App;
using mRemoteNG.Messages;
using mRemoteNG.Tools;
namespace mRemoteNG.Connection.Protocol
@@ -23,7 +23,7 @@ namespace mRemoteNG.Connection.Protocol
{
if (InterfaceControl.Info == null) return base.Initialize();
_externalTool = Runtime.GetExtAppByName(InterfaceControl.Info.Name);
_externalTool = Runtime.GetExtAppByName(InterfaceControl.Info.ExtApp);
_externalTool.ConnectionInfo = InterfaceControl.Info;
return base.Initialize();