EgtCAM5 1.8l2 :
- sistemazione AboutBox come vero dialogo - piccole migliorie a feedback.
This commit is contained in:
@@ -534,11 +534,13 @@ Namespace EgtCAM5
|
||||
End If
|
||||
Next
|
||||
' aggiungo progetto corrente
|
||||
If Not String.IsNullOrWhiteSpace(sCurrProject) Then
|
||||
If File.Exists(sCurrProject) Then
|
||||
zip.AddItem(sCurrProject, "")
|
||||
End If
|
||||
' aggiungo file log
|
||||
zip.AddItem(IniFile.m_sLogFile, "")
|
||||
If File.Exists(IniFile.m_sLogFile) Then
|
||||
zip.AddItem(IniFile.m_sLogFile, "")
|
||||
End If
|
||||
' aggiungo file ausiliari
|
||||
For Each sOther As String In OtherFiles
|
||||
zip.AddItem(sOther, "")
|
||||
|
||||
Reference in New Issue
Block a user