Fixed another minor issue with external tools

This commit is contained in:
David Sparer
2017-10-31 14:07:18 -05:00
parent 6db7adf900
commit 2b672dc4fc

View File

@@ -105,7 +105,7 @@ namespace mRemoteNG.Tools
private void SetConnectionInfoFields(ConnectionInfo newConnectionInfo)
{
newConnectionInfo.Protocol = ProtocolType.IntApp;
newConnectionInfo.ExtApp = FileName;
newConnectionInfo.ExtApp = DisplayName;
newConnectionInfo.Name = DisplayName;
newConnectionInfo.Panel = Language.strMenuExternalTools;
}