From 6827c7f971dcc9c5d7a5ad39b680cbbdd9a055f7 Mon Sep 17 00:00:00 2001 From: Dario Sassi Date: Fri, 2 Jan 2026 19:22:51 +0100 Subject: [PATCH] Icarus 3.1a1 : - ricompilazione con cambio major version - piccola correzione in messaggio di AboutBox. --- Icarus/AboutBoxWindow/AboutBoxV.xaml.vb | 2 +- Icarus/MainWindow/MainWindowM.vb | 4 ++-- Icarus/My Project/AssemblyInfo.vb | 6 +++--- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/Icarus/AboutBoxWindow/AboutBoxV.xaml.vb b/Icarus/AboutBoxWindow/AboutBoxV.xaml.vb index 164a61c..d764385 100644 --- a/Icarus/AboutBoxWindow/AboutBoxV.xaml.vb +++ b/Icarus/AboutBoxWindow/AboutBoxV.xaml.vb @@ -35,7 +35,7 @@ Public Class AboutBoxV " Ulv" & Map.refMainWindowVM.MainWindowM.nUserLevel.ToString() & " Dbg" & Map.refMainWindowVM.MainWindowM.DebugLevel().ToString() & Environment.NewLine sInfo &= sKey & " - " & sKlev & " - " & sOpts & sLeftDays & Environment.NewLine - sInfo &= "Maintenance plane " & sAssStatus & Environment.NewLine + sInfo &= "Maintenance plan " & sAssStatus & Environment.NewLine sInfo &= "DataRoot " & Map.refMainWindowVM.MainWindowM.sDataRoot & Environment.NewLine sInfo &= "MachinesRoot " & Map.refMainWindowVM.MainWindowM.sMachinesRoot & Environment.NewLine Dim sOpSys As String = String.Empty diff --git a/Icarus/MainWindow/MainWindowM.vb b/Icarus/MainWindow/MainWindowM.vb index 9e6b230..0226c35 100644 --- a/Icarus/MainWindow/MainWindowM.vb +++ b/Icarus/MainWindow/MainWindowM.vb @@ -191,8 +191,8 @@ Public Class MainWindowM EgtSetLockId( sLockId) End If ' Recupero livello e opzioni della chiave - Dim bKey As Boolean = EgtGetKeyLevel(5583, 2710, 1, m_nKeyLevel) And - EgtGetKeyOptions(5583, 2710, 1, m_nKeyOptions) + Dim bKey As Boolean = EgtGetKeyLevel(5583, 3101, 1, m_nKeyLevel) And + EgtGetKeyOptions(5583, 3101, 1, m_nKeyOptions) ' Inizializzazione generale di EgtInterface m_nDebug = GetMainPrivateProfileInt(S_GENERAL, K_DEBUG, 0) m_sLogFile = m_sTempDir & "\" & GENLOG_FILE_NAME.Replace("#", m_nInstance.ToString()) diff --git a/Icarus/My Project/AssemblyInfo.vb b/Icarus/My Project/AssemblyInfo.vb index dc438e7..1bec6d6 100644 --- a/Icarus/My Project/AssemblyInfo.vb +++ b/Icarus/My Project/AssemblyInfo.vb @@ -30,7 +30,7 @@ Imports System.Windows #End If - + @@ -70,5 +70,5 @@ Imports System.Windows ' by using the '*' as shown below: ' - - + +