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.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/win/C#/frmAbout.cs b/win/C#/frmAbout.cs
index ef25656b7..fabcea6e5 100644
--- a/win/C#/frmAbout.cs
+++ b/win/C#/frmAbout.cs
@@ -15,7 +15,7 @@ namespace Handbrake
{
InitializeComponent();
Version.Text = Properties.Settings.Default.CliVersion;
- lbl_guiVer.Text = Properties.Settings.Default.GuiVersion;
+ lbl_build.Text = Properties.Settings.Default.build.ToString();
}
private void btn_close_Click(object sender, EventArgs e)