Skip to content

Commit ed9ecf2

Browse files
committed
Change toolbox category for locking 3 way toggle and apache readme filename change
1 parent 2c49579 commit ed9ecf2

File tree

3 files changed

+3
-6
lines changed

3 files changed

+3
-6
lines changed

Aircraft AH-64D Plugin/Aircraft AH-64D Plugin.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@
5858
<Reference Include="WindowsBase" />
5959
</ItemGroup>
6060
<ItemGroup>
61-
<Content Include="Docs\Helios.AH-64D.Plugin.Install.Read.Me.md">
61+
<Content Include="Docs\DCS.AH-64D.Plugin.Install.Read.Me.md">
6262
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
6363
</Content>
6464
<Resource Include="Interfaces\ExportFunctions.lua" />
Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
# **Helios Virtual Cockpit 1.6 Plugin: DCS AH-64D Apache**
2-
32

43
This is a plugin component for Helios Virtual Cockpit 1.6 which provides an interface and controls for the DCS AH-64D Apache from Eagle Dynamics.
54
Helios 1.6 is not an explicit collaboration with Craig Courtney, but it relies heavily on the original Helios. This distribution is not endorsed by Craig Courtney.
@@ -11,9 +10,7 @@ There is a growing collection of information on the wiki:
1110

1211
## **Before Installation**
1312

14-
15-
1613
1\) Make sure you virus scan the installation. Helios is built on GitHub infrastructure and we believe this build system to be virus free, however we make no claims that it is virus free, and we take no responsibility for any damage to your system as a result of installation of Helios or its install mechanism.
1714

1815
2\) The executables are not currently signed so a warning for this will be issued during installation and running of the software. It is completely your decision and risk if you ignore warnings.
19-
16+

Aircraft Mosquito Plugin/Controls/LockingThreeWayToggleSwitch.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ namespace GadrocsWorkshop.Helios.Controls.DH98Mosquito
2323
using System.Xml;
2424
using static GadrocsWorkshop.Helios.Interfaces.DCS.Common.NetworkTriggerValue;
2525

26-
[HeliosControl("Helios.DH98Mosquito.LockingThreeWayToggleSwitch", "Locking Three Way Toggle Switches", "Development", typeof(ThreeWayToggleSwitchRenderer), HeliosControlFlags.None)]
26+
[HeliosControl("Helios.DH98Mosquito.LockingThreeWayToggleSwitch", "Locking Three Way Toggle Switches", "Three Way Toggle Switches", typeof(ThreeWayToggleSwitchRenderer), HeliosControlFlags.None)]
2727
public class LockingThreeWayToggleSwitch : ThreeWayToggleSwitch
2828
{
2929
private HeliosValue _positionOneLockValue;

0 commit comments

Comments
 (0)