summaryrefslogtreecommitdiffstats
path: root/win/C#/frmAbout.cs
diff options
context:
space:
mode:
authorsr55 <[email protected]>2009-07-08 17:38:25 +0000
committersr55 <[email protected]>2009-07-08 17:38:25 +0000
commit0094c6a4bf133bd7e066dbdcf87814770a4f369d (patch)
treee0d45ec9a810e2678c8a45fb9d5f30508f6c4bc2 /win/C#/frmAbout.cs
parentc5764aa0319f44b7604f916158329c0a20d30e29 (diff)
WinGui:
- Implemented the new External SRTs feature. Added a sub tab set on the subtitles tab. - Few UI tweaks to keep things in-line with the MacGui: git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@2672 b64f7644-9d1e-0410-96f1-a4d463321fa5
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