diff --git a/zaaReloaded2/Commands.cs b/zaaReloaded2/Commands.cs index 4fbe14e..ed99349 100755 --- a/zaaReloaded2/Commands.cs +++ b/zaaReloaded2/Commands.cs @@ -108,7 +108,7 @@ namespace zaaReloaded2 + "wenn Word in der Zentralen Arztbriefablage ausgeführt wird.\r" + "Bitte Word als eigenständige Anwendung starten und dann " + "noch einmal versuchen."; - a.OkButtonLabel = "Schließen"; + a.OkButtonText = "Schließen"; a.Invoke(); } else @@ -157,7 +157,7 @@ namespace zaaReloaded2 NotificationAction a = new NotificationAction(); a.Caption = "Formatieren nicht möglich"; a.Message = "Das Dokument scheint keine Medikationsliste zu enthalten."; - a.OkButtonLabel = "Schließen"; + a.OkButtonText = "Schließen"; a.Invoke(); return; } @@ -197,7 +197,7 @@ namespace zaaReloaded2 NotificationAction a = new NotificationAction(); a.Caption = "Formatieren nicht möglich"; a.Message = "Das Dokument scheint keine Lauris-Labordaten zu enthalten."; - a.OkButtonLabel = "Schließen"; + a.OkButtonText = "Schließen"; a.Invoke(); return; } @@ -220,7 +220,7 @@ namespace zaaReloaded2 NotificationAction a = new NotificationAction(); a.Caption = "Formatieren nicht möglich"; a.Message = "Die aktuelle Markierung scheint keine Labordaten zu enthalten."; - a.OkButtonLabel = "Schließen"; + a.OkButtonText = "Schließen"; a.Invoke(); } } diff --git a/zaaReloaded2/Views/SettingsRepositoryView.xaml b/zaaReloaded2/Views/SettingsRepositoryView.xaml index 7ca93f2..6e1a0d5 100755 --- a/zaaReloaded2/Views/SettingsRepositoryView.xaml +++ b/zaaReloaded2/Views/SettingsRepositoryView.xaml @@ -38,11 +38,11 @@ - -