summaryrefslogtreecommitdiffstats
path: root/win/C#/frmAbout.cs
diff options
context:
space:
mode:
Diffstat (limited to 'win/C#/frmAbout.cs')
-rw-r--r--win/C#/frmAbout.cs5
1 files changed, 3 insertions, 2 deletions
diff --git a/win/C#/frmAbout.cs b/win/C#/frmAbout.cs
index efc503b80..e43706f73 100644
--- a/win/C#/frmAbout.cs
+++ b/win/C#/frmAbout.cs
@@ -14,13 +14,14 @@ namespace Handbrake
public frmAbout()
{
InitializeComponent();
- Version.Text = Properties.Settings.Default.hb_version;
- lbl_build.Text = Properties.Settings.Default.hb_build.ToString();
+ lbl_HBBuild.Text = Properties.Settings.Default.hb_version + " " + Properties.Settings.Default.hb_build;
}
private void btn_close_Click(object sender, EventArgs e)
{
this.Close();
}
+
+
}
} \ No newline at end of file