From 040026d47a7e63467a2642f8cc9e9e86f6343799 Mon Sep 17 00:00:00 2001 From: Jerker Dahlblom Date: Sun, 16 Dec 2018 12:53:08 +0200 Subject: [PATCH] Correction RadioPanelPZ69UserControlEmulator used if no radio has been programmed for a DCS-BIOS profile --- Source/ClassLibraryCommon/Properties/AssemblyInfo.cs | 4 ++-- Source/DCS-BIOS/Properties/AssemblyInfo.cs | 4 ++-- Source/DCSFlightpanels/MainWindow.xaml.cs | 4 ++-- Source/DCSFlightpanels/Properties/AssemblyInfo.cs | 4 ++-- Source/NonVisuals/Properties/AssemblyInfo.cs | 4 ++-- 5 files changed, 10 insertions(+), 10 deletions(-) diff --git a/Source/ClassLibraryCommon/Properties/AssemblyInfo.cs b/Source/ClassLibraryCommon/Properties/AssemblyInfo.cs index 47b482261..f6d0a1148 100644 --- a/Source/ClassLibraryCommon/Properties/AssemblyInfo.cs +++ b/Source/ClassLibraryCommon/Properties/AssemblyInfo.cs @@ -31,5 +31,5 @@ // You can specify all the values or you can default the Build and Revision Numbers // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] -[assembly: AssemblyVersion("1.0.111.4592")] -[assembly: AssemblyFileVersion("1.0.111.4592")] +[assembly: AssemblyVersion("1.0.112.4635")] +[assembly: AssemblyFileVersion("1.0.112.4635")] diff --git a/Source/DCS-BIOS/Properties/AssemblyInfo.cs b/Source/DCS-BIOS/Properties/AssemblyInfo.cs index e0c19cbf7..b5b87bb4d 100644 --- a/Source/DCS-BIOS/Properties/AssemblyInfo.cs +++ b/Source/DCS-BIOS/Properties/AssemblyInfo.cs @@ -31,5 +31,5 @@ // You can specify all the values or you can default the Build and Revision Numbers // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] -[assembly: AssemblyVersion("2.1.498.4592")] -[assembly: AssemblyFileVersion("2.1.498.4592")] +[assembly: AssemblyVersion("2.1.499.4635")] +[assembly: AssemblyFileVersion("2.1.499.4635")] diff --git a/Source/DCSFlightpanels/MainWindow.xaml.cs b/Source/DCSFlightpanels/MainWindow.xaml.cs index edf88fc0d..93d6e4f54 100644 --- a/Source/DCSFlightpanels/MainWindow.xaml.cs +++ b/Source/DCSFlightpanels/MainWindow.xaml.cs @@ -466,9 +466,9 @@ private void SearchForPanels() tabItem.Content = radioPanelPZ69UserControl; TabControlPanels.Items.Add(tabItem); } - else if (_panelProfileHandler.Airframe == DCSAirframe.M2000C || _panelProfileHandler.Airframe == DCSAirframe.L39ZA || _panelProfileHandler.Airframe == DCSAirframe.AV8BNA) + else //if (_panelProfileHandler.Airframe == DCSAirframe.M2000C || _panelProfileHandler.Airframe == DCSAirframe.L39ZA || _panelProfileHandler.Airframe == DCSAirframe.AV8BNA) { - var radioPanelPZ69UserControl = new RadioPanelPZ69UserControlNotImplemented(hidSkeleton, tabItem, this); + var radioPanelPZ69UserControl = new RadioPanelPZ69UserControlEmulator(hidSkeleton, tabItem, this); _saitekUserControls.Add(radioPanelPZ69UserControl); _panelProfileHandler.Attach(radioPanelPZ69UserControl); tabItem.Content = radioPanelPZ69UserControl; diff --git a/Source/DCSFlightpanels/Properties/AssemblyInfo.cs b/Source/DCSFlightpanels/Properties/AssemblyInfo.cs index 2e82bf488..c80d16566 100644 --- a/Source/DCSFlightpanels/Properties/AssemblyInfo.cs +++ b/Source/DCSFlightpanels/Properties/AssemblyInfo.cs @@ -49,5 +49,5 @@ // You can specify all the values or you can default the Build and Revision Numbers // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] -[assembly: AssemblyVersion("2.7.15.4592")] -[assembly: AssemblyFileVersion("2.7.15.4592")] +[assembly: AssemblyVersion("2.7.16.4635")] +[assembly: AssemblyFileVersion("2.7.16.4635")] diff --git a/Source/NonVisuals/Properties/AssemblyInfo.cs b/Source/NonVisuals/Properties/AssemblyInfo.cs index a02155f62..b5d4275e9 100644 --- a/Source/NonVisuals/Properties/AssemblyInfo.cs +++ b/Source/NonVisuals/Properties/AssemblyInfo.cs @@ -31,5 +31,5 @@ // You can specify all the values or you can default the Build and Revision Numbers // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] -[assembly: AssemblyVersion("2.1.884.4592")] -[assembly: AssemblyFileVersion("2.1.884.4592")] +[assembly: AssemblyVersion("2.1.885.4635")] +[assembly: AssemblyFileVersion("2.1.885.4635")]