diff options
Diffstat (limited to 'win/C#/frmAbout.cs')
-rw-r--r-- | win/C#/frmAbout.cs | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/win/C#/frmAbout.cs b/win/C#/frmAbout.cs index fabcea6e5..ab1ed2656 100644 --- a/win/C#/frmAbout.cs +++ b/win/C#/frmAbout.cs @@ -14,8 +14,8 @@ namespace Handbrake public frmAbout()
{
InitializeComponent();
- Version.Text = Properties.Settings.Default.CliVersion;
- lbl_build.Text = Properties.Settings.Default.build.ToString();
+ Version.Text = Properties.Settings.Default.hb_version;
+ lbl_build.Text = Properties.Settings.Default.hb_build.ToString();
}
private void btn_close_Click(object sender, EventArgs e)
|