From 2f3fe64a4c9fcdcca221ee9b9a38dde176a19225 Mon Sep 17 00:00:00 2001 From: sr55 Date: Sat, 31 Jul 2010 19:26:05 +0000 Subject: WinGui: - Simply the versioning of the Windows GUI so it's less confusing. - GUI now only displays the CLI Version. The GUI will however check that it's own executable build revision is not greater than the CLI and report an error if it is. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@3463 b64f7644-9d1e-0410-96f1-a4d463321fa5 --- win/C#/frmMain.cs | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'win/C#/frmMain.cs') diff --git a/win/C#/frmMain.cs b/win/C#/frmMain.cs index ef6efdf03..732a50c8b 100644 --- a/win/C#/frmMain.cs +++ b/win/C#/frmMain.cs @@ -100,8 +100,7 @@ namespace Handbrake if (Settings.Default.hb_version.Contains("svn")) { - Version v = Assembly.GetExecutingAssembly().GetName().Version; - this.Text += " " + v.ToString(4); + this.Text += " " + Settings.Default.hb_version; } // Check for new versions, if update checking is enabled -- cgit v1.2.3