summaryrefslogtreecommitdiffstats
path: root/win/C#/frmMain.cs
diff options
context:
space:
mode:
Diffstat (limited to 'win/C#/frmMain.cs')
-rw-r--r--win/C#/frmMain.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/win/C#/frmMain.cs b/win/C#/frmMain.cs
index 03e48ef21..7a9a97d5d 100644
--- a/win/C#/frmMain.cs
+++ b/win/C#/frmMain.cs
@@ -58,7 +58,7 @@ namespace Handbrake
Application.DoEvents();
// Set the Version number lable to the corect version.
- Version.Text = "Version " + Properties.Settings.Default.CliVersion;
+ Version.Text = "Version " + Properties.Settings.Default.hb_version;
// update the status
if (Properties.Settings.Default.updateStatus == "Checked")