Fix Wix Path finally :D, Translate frmIndex to en
This commit is contained in:
@@ -14,7 +14,7 @@ Public Class ClassHelper
|
||||
Return utf8Encoding.GetString(encodedString)
|
||||
Catch ex As Exception
|
||||
LOGGER.Info("Unexpected error in encode_utf8: " & ex.Message)
|
||||
LOGGER.Error(ex.message)
|
||||
LOGGER.Error(ex)
|
||||
Return Nothing
|
||||
End Try
|
||||
|
||||
@@ -28,7 +28,7 @@ Public Class ClassHelper
|
||||
Return bytes
|
||||
Catch ex As Exception
|
||||
LOGGER.Info("Unexpected error in StringAsUtf8Bytes: " & ex.Message)
|
||||
LOGGER.Error(ex.message)
|
||||
LOGGER.Error(ex)
|
||||
Return Nothing
|
||||
End Try
|
||||
|
||||
@@ -40,7 +40,7 @@ Public Class ClassHelper
|
||||
Return matches.Count
|
||||
Catch ex As Exception
|
||||
LOGGER.Info("Unexpected error in CheckSpecialSigns: " & ex.Message)
|
||||
LOGGER.Error(ex.message)
|
||||
LOGGER.Error(ex)
|
||||
Return 0
|
||||
End Try
|
||||
End Function
|
||||
|
||||
Reference in New Issue
Block a user