diff options
Diffstat (limited to 'win/C#/frmAbout.cs')
-rw-r--r-- | win/C#/frmAbout.cs | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/win/C#/frmAbout.cs b/win/C#/frmAbout.cs index d34ff6567..e27df2a3b 100644 --- a/win/C#/frmAbout.cs +++ b/win/C#/frmAbout.cs @@ -13,17 +13,12 @@ namespace Handbrake public frmAbout()
{
InitializeComponent();
+ Version.Text = Properties.Settings.Default.GuiVersion;
}
private void btn_close_Click(object sender, EventArgs e)
{
this.Close();
}
-
-
- private void About_Load(object sender, EventArgs e)
- {
- Version.Text = Properties.Settings.Default.GuiVersion;
- }
}
}
\ No newline at end of file |