2023-09-25

This commit is contained in:
PitzM 2023-09-25 16:50:33 +02:00
parent 3ee7c180f6
commit b69eb6b188
2 changed files with 2 additions and 2 deletions

View File

@ -34,7 +34,7 @@ Partial Public Class frmEnvelopeEditor
Private Sub frmEditor_Load(sender As Object, e As EventArgs) Handles Me.Load
Logger = State.LogConfig.GetLogger()
Me.Text = State.DbConfig.ExternalProgramName + " Umschlag-Editor"
Me.Text = State.DbConfig.ExternalProgramName + " - Umschlag-Editor"
If Envelope Is Nothing Then
Controller = New EnvelopeEditorController(State)

View File

@ -27,7 +27,7 @@ Partial Public Class frmFieldEditor
LogConfig = New LogConfig(LogConfig.PathType.CustomPath, Application.StartupPath, CompanyName:="Digital Data", ProductName:="EnvelopeGenerator")
Logger = LogConfig.GetLogger()
Me.Text = State.DbConfig.ExternalProgramName + " Signatur-Editor"
Me.Text = State.DbConfig.ExternalProgramName + " - Signatur-Editor"
If Document Is Nothing Then
Throw New ArgumentNullException("Document")