MS Übersetzungen
This commit is contained in:
@@ -363,7 +363,7 @@ Public Class ClassAllgemeineFunktionen
|
||||
Dim oMSG = ClassAllgemeineFunktionen.GUI_LANGUAGE_INFO("ExportLogFiles_Result")
|
||||
MsgBox(oMSG, MsgBoxStyle.Information, ADDITIONAL_TITLE)
|
||||
Catch ex As Exception
|
||||
MsgBox(ex.Message, "Error saving log file")
|
||||
MsgBox(ex.Message, MsgBoxStyle.Critical, "Error saving log file")
|
||||
End Try
|
||||
End Sub
|
||||
End Class
|
||||
|
||||
Reference in New Issue
Block a user