diff options
Diffstat (limited to 'mkvtool-gui/MainWindow.axaml.cs')
| -rw-r--r-- | mkvtool-gui/MainWindow.axaml.cs | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mkvtool-gui/MainWindow.axaml.cs b/mkvtool-gui/MainWindow.axaml.cs index dae4549..1d55d42 100644 --- a/mkvtool-gui/MainWindow.axaml.cs +++ b/mkvtool-gui/MainWindow.axaml.cs @@ -366,7 +366,7 @@ namespace mkvtool this.FindControl<TextBlock>("ma1").Text = string.Empty; this.FindControl<TextBlock>("ma2").Text = string.Empty; this.FindControl<TextBlock>("ma3").Text = string.Empty; - this.FindControl<TextBox>("ma4").Text = string.Empty; + this.FindControl<TextBox>("ma4").Text = "chi"; this.FindControl<TextBox>("ma5").Text = string.Empty; }); } @@ -467,7 +467,7 @@ namespace mkvtool this.FindControl<TextBlock>("ca2").Text = string.Empty; this.FindControl<TextBlock>("ca3").Text = string.Empty; this.FindControl<TextBlock>("ca4").Text = string.Empty; - this.FindControl<TextBox>("ca5").Text = string.Empty; + this.FindControl<TextBox>("ca5").Text = "chi"; this.FindControl<TextBox>("ca6").Text = string.Empty; this.FindControl<ToggleSwitch>("ca7").IsChecked = false; }); |
