X-Git-Url: http://git.osdn.jp/view?a=blobdiff_plain;f=win%2FC%23%2FfrmAbout.cs;h=a35779a35154b0c0f8e0715cc350a13bf2fc6133;hb=cfa1fb7010dc9324e15d257bad7a73af66e9eb10;hp=1657cad0c13d46d31f0d58afc235bccbfbf05dee;hpb=e9f8c16ea4a74b484ca6d542419244ba3354a48d;p=handbrake-jp%2Fhandbrake-jp-git.git diff --git a/win/C#/frmAbout.cs b/win/C#/frmAbout.cs index 1657cad0..a35779a3 100644 --- a/win/C#/frmAbout.cs +++ b/win/C#/frmAbout.cs @@ -5,13 +5,7 @@ It may be used under the terms of the GNU General Public License. */ using System; -using System.Collections.Generic; -using System.ComponentModel; -using System.Data; -using System.Drawing; -using System.Text; using System.Windows.Forms; -using System.Diagnostics; namespace Handbrake { @@ -20,18 +14,12 @@ 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 + ") - " + Properties.Settings.Default.hb_platform; } private void btn_close_Click(object sender, EventArgs e) { this.Close(); } - - private void label_credits_LinkClicked(object sender, LinkLabelLinkClickedEventArgs e) - { - Process.Start("http://handbrake.frtrac/wiki/x264Options"); - } } } \ No newline at end of file