EgtCAM5 2.3f4 :
- aggiunta versione dell'eseguibile nelle info dei programmi CN.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user