EgtDOORCreator 1.9d1 :

- inseriti i messaggi nel file dei messaggi;
- piccole correzioni nelle funzioni regex (\b --> \.*).
This commit is contained in:
Nicola Pievani
2018-04-04 10:43:21 +00:00
parent 7b403d0e45
commit 784a52f0a9
12 changed files with 193 additions and 143 deletions
+2 -2
View File
@@ -171,7 +171,7 @@ Friend Module OptionModule
' se non esiste il direttorio
If Not Directory.Exists(sTemplateDir) Then
' manntego l'accesso a quello di default
EgtOutLog("Warning : " & sTemplateDir & " does not exist")
EgtOutLog(String.Format(EgtMsg(50180), sTemplateDir))
' controllo che il direttorio che era stato passato di default esista
If Not Directory.Exists(IniFile.m_TemplateDir) Then
' creo il direttorio
@@ -186,7 +186,7 @@ Friend Module OptionModule
If GetMainPrivateProfileString(S_DOORS, K_MACHINDIR, "", sMachinDir) <> 0 Then
If Not Directory.Exists(sMachinDir) Then
' mantengo l'accesso a quello di default
EgtOutLog("Warning : " & sMachinDir & " does not exist")
EgtOutLog(String.Format(EgtMsg(50180), sMachinDir))
' controllo che il direttorio che era stato passato di default esista
Else
IniFile.m_MachinProject = sMachinDir