From 5fde91ea60844605a7f1ea6eeef0c75f0b4f09d0 Mon Sep 17 00:00:00 2001 From: Kim Date: Wed, 9 Sep 2020 00:21:47 +1000 Subject: [PATCH] Updated a bunch of tooltips. --- remoteapp-tool/HelpSystem.vb | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) diff --git a/remoteapp-tool/HelpSystem.vb b/remoteapp-tool/HelpSystem.vb index 2156e9b..1f1aacd 100644 --- a/remoteapp-tool/HelpSystem.vb +++ b/remoteapp-tool/HelpSystem.vb @@ -68,10 +68,11 @@ Tips += "RemoteAppEditWindow|FTAButton|Set file type associations for this RemoteApp." & vbCrLf Tips += "RemoteAppEditWindow|CancelEditButton|Discard changes and close." & vbCrLf Tips += "RemoteAppEditWindow|BrowseIconPath|Select an icon for the RemoteApp." & vbCrLf - Tips += "RemoteAppEditWindow|VPathCopyButton|Copy the value from the ""Path"" field into the ""VPath"" field." & vbCrLf Tips += "RemoteAppEditWindow|IconPathCopyButton|Copy the value from the ""Path"" field into the ""Icon path"" field. " & vbCrLf Tips += "RemoteAppEditWindow|BrowsePath|Browse for application." & vbCrLf - Tips += "RemoteAppEditWindow|BrowseVPath|Browse for application." & vbCrLf + Tips += "RemoteAppEditWindow|IconResetButton|Reset the icon to the default for this application." & vbCrLf + + 'IconResetButton Tips += "RemoteAppCreateClientConnection|RDPRadioButton|Create an RDP file." & vbCrLf Tips += "RemoteAppCreateClientConnection|MSIRadioButton|Create an MSI file." & vbCrLf @@ -83,6 +84,13 @@ Tips += "RemoteAppCreateClientConnection|ResetButton|Reset window settings to defaults." & vbCrLf Tips += "RemoteAppCreateClientConnection|CancelEditButton|Close and return to the main window." & vbCrLf Tips += "RemoteAppCreateClientConnection|CreateButton|Create the client connection and choose where to save it." & vbCrLf + Tips += "RemoteAppCreateClientConnection|UseRDGatewayCheckBox|Use a Remote Desktop Gateway to connect to the host." & vbCrLf + Tips += "RemoteAppCreateClientConnection|AttemptDirectCheckBox|Try a direct connection first, if that fails then use the Remote Desktop Gateway." & vbCrLf + Tips += "RemoteAppCreateClientConnection|ShortcutTagCheckBox|Append some text to the end of each shortcut title." & vbCrLf + Tips += "RemoteAppCreateClientConnection|PerMachineRadioButton|Should the shortcuts install for all users (per-machine), or only for the logged in user (per user)?" & vbCrLf + Tips += "RemoteAppCreateClientConnection|PerUserRadioButton|Should the shortcuts install for all users (per-machine), or only for the logged in user (per user)?" & vbCrLf + Tips += "RemoteAppCreateClientConnection|CheckBoxSignRDPEnabled|Digitally sign the RDP file." & vbCrLf + Tips += "RemoteAppCreateClientConnection|CheckBoxCreateSignedAndUnsigned|Produce both a signed and unsigned copy of the RDP file." & vbCrLf Tips += "RemoteAppFileTypeAssociation|CreateButton|Create a new File Type Association." & vbCrLf Tips += "RemoteAppFileTypeAssociation|DeleteButton|Delete selected File Type Association." & vbCrLf