mirror of
https://github.com/mRemoteNG/mRemoteNG.git
synced 2026-02-26 12:08:37 +08:00
Fixed another minor issue with external tools
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user