diff options
author | sr55 <[email protected]> | 2007-11-19 19:21:53 +0000 |
---|---|---|
committer | sr55 <[email protected]> | 2007-11-19 19:21:53 +0000 |
commit | b8778cc395681bf40e9f9a5fdcada956f174072d (patch) | |
tree | da95afb46233e805c7af78729156f0de96ef3168 /win/C#/frmAbout.cs | |
parent | ca6b1dbdf7a7249f8d9ea00cdfe4681a05ade2fa (diff) |
WinGui:
- About window text cut down. Had some useless information.
- New "sparkle"-like update manager.
- Misc Other small updates and fixes.
git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@1070 b64f7644-9d1e-0410-96f1-a4d463321fa5
Diffstat (limited to 'win/C#/frmAbout.cs')
-rw-r--r-- | win/C#/frmAbout.cs | 2 |
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)
|