summaryrefslogtreecommitdiffstats
path: root/win/C#/frmMain.cs
diff options
context:
space:
mode:
authorsr55 <[email protected]>2007-12-20 18:17:42 +0000
committersr55 <[email protected]>2007-12-20 18:17:42 +0000
commit497e1b008f2ad22b2a67405e53edd047167a398a (patch)
tree26f7303012ba259faec831894ee28c0f67d0ae32 /win/C#/frmMain.cs
parent2f4b0dffd1b896bd7186e8be3d03cc56ae28e051 (diff)
WinGui:
- Some more code code cleanup done. Nothing major. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@1141 b64f7644-9d1e-0410-96f1-a4d463321fa5
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")