X-Git-Url: http://git.osdn.jp/view?a=blobdiff_plain;f=win%2FC%23%2FfrmAbout.cs;h=a35779a35154b0c0f8e0715cc350a13bf2fc6133;hb=cfa1fb7010dc9324e15d257bad7a73af66e9eb10;hp=e27df2a3b2ce9e02d2a26c2a6452190b6069641a;hpb=f8506a3af1f5fcf0075ee259bf83546c41675626;p=handbrake-jp%2Fhandbrake-jp-git.git diff --git a/win/C#/frmAbout.cs b/win/C#/frmAbout.cs index e27df2a3..a35779a3 100644 --- a/win/C#/frmAbout.cs +++ b/win/C#/frmAbout.cs @@ -1,9 +1,10 @@ +/* frmAbout.cs $ + + This file is part of the HandBrake source code. + Homepage: . + 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; namespace Handbrake @@ -13,7 +14,7 @@ namespace Handbrake public frmAbout() { InitializeComponent(); - Version.Text = Properties.Settings.Default.GuiVersion; + 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)