EgtCAM5 2.3f4 :

- aggiunta versione dell'eseguibile nelle info dei programmi CN.
This commit is contained in:
DarioS
2021-06-16 17:25:47 +02:00
parent 742b238c05
commit 600a2e8fb2
3 changed files with 15 additions and 8 deletions
@@ -385,7 +385,7 @@ Public Class SimulationExpanderVM
End If
End If
sCncFile = ""
sInfo = "EgtCAM5 - " & sCurrFilePath
sInfo = "EgtCAM5 ver." & Map.refMainWindowVM.Version() & " - " & sCurrFilePath
If EgtGetInfo(EgtGetCurrMachGroup(), KEY_MCHGRP_NCNAME, sCncFile) AndAlso Not String.IsNullOrWhiteSpace(sCncFile) Then
sCncFile = Path.GetDirectoryName(sCurrFilePath) & "\" & sCncFile
Else