From e65a5a7b4b869fd1ffb181fa392f9dda937502e9 Mon Sep 17 00:00:00 2001 From: Dario Sassi Date: Thu, 23 Jan 2025 14:54:39 +0100 Subject: [PATCH] Icarus 2.7a2 : - cambio annuale di versione. --- Icarus/MainWindow/MainWindowM.vb | 4 ++-- Icarus/My Project/AssemblyInfo.vb | 6 +++--- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Icarus/MainWindow/MainWindowM.vb b/Icarus/MainWindow/MainWindowM.vb index 0c50cd4..7654674 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, 2611, 1, m_nKeyLevel) And - EgtGetKeyOptions(5583, 2611, 1, m_nKeyOptions) + Dim bKey As Boolean = EgtGetKeyLevel(5583, 2701, 1, m_nKeyLevel) And + EgtGetKeyOptions(5583, 2701, 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 1e7459a..cd540b4 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: ' - - + +