-aggiunto in errore macchina immagine di errrore

This commit is contained in:
Demetrio Cassarino
2024-12-19 11:52:20 +01:00
parent a514a70b5b
commit 8aac3ea989
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -1319,7 +1319,7 @@ Public Class OptionWindowVM
' L'aggiornamento della macchina "{0}" non è riuscito.
Dim sKo As String = String.Format(EgtMsg(MSG_OPTIONPAGE + 35), sMachName)
EgtOutLog(sKo)
MessageBox.Show(sKo, EgtMsg(MSG_MESSAGEBOX + 1), MessageBoxButton.OK)
MessageBox.Show(sKo, EgtMsg(MSG_MESSAGEBOX + 1), MessageBoxButton.OK, MessageBoxImage.Error)
Return
End Try
End If