OSDN Git Service

WinGui:
[handbrake-jp/handbrake-jp-git.git] / win / C# / frmAbout.cs
index ab1ed26..a35779a 100644 (file)
@@ -1,11 +1,11 @@
+/*  frmAbout.cs $\r
+       \r
+          This file is part of the HandBrake source code.\r
+          Homepage: <http://handbrake.fr>.\r
+          It may be used under the terms of the GNU General Public License. */\r
+\r
 using System;\r
-using System.Collections.Generic;\r
-using System.ComponentModel;\r
-using System.Data;\r
-using System.Drawing;\r
-using System.Text;\r
 using System.Windows.Forms;\r
-using System.Diagnostics;\r
 \r
 namespace Handbrake\r
 {\r
@@ -14,18 +14,12 @@ namespace Handbrake
         public frmAbout()\r
         {\r
             InitializeComponent();\r
-            Version.Text = Properties.Settings.Default.hb_version;\r
-            lbl_build.Text = Properties.Settings.Default.hb_build.ToString();\r
+            lbl_HBBuild.Text = Properties.Settings.Default.hb_version + " (" + Properties.Settings.Default.hb_build + ") - " + Properties.Settings.Default.hb_platform;\r
         }\r
 \r
         private void btn_close_Click(object sender, EventArgs e)\r
         {\r
             this.Close();\r
         }\r
-\r
-        private void label_credits_LinkClicked(object sender, LinkLabelLinkClickedEventArgs e)\r
-        {\r
-            Process.Start("http://handbrake.m0k.org/trac/wiki/x264Options");\r
-        }\r
     }\r
 }
\ No newline at end of file