X-Git-Url: http://git.osdn.jp/view?a=blobdiff_plain;f=win%2FC%23%2FfrmAbout.cs;h=e43706f739019c233760444bdcae192a1b3673af;hb=bdeda20369fa84dc46814378c9a4af6a21ec3212;hp=d34ff6567ba26819f01051306590be38f5e43439;hpb=e4a19a0e658b56e4b37571ff53a5fc1103c8d723;p=handbrake-jp%2Fhandbrake-jp-git.git diff --git a/win/C#/frmAbout.cs b/win/C#/frmAbout.cs index d34ff656..e43706f7 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,6 +14,7 @@ namespace Handbrake public frmAbout() { InitializeComponent(); + lbl_HBBuild.Text = Properties.Settings.Default.hb_version + " " + Properties.Settings.Default.hb_build; } private void btn_close_Click(object sender, EventArgs e) @@ -20,10 +22,6 @@ namespace Handbrake this.Close(); } - - private void About_Load(object sender, EventArgs e) - { - Version.Text = Properties.Settings.Default.GuiVersion; - } + } } \ No newline at end of file