X-Git-Url: http://git.osdn.jp/view?a=blobdiff_plain;f=win%2FC%23%2FfrmAbout.cs;h=a35779a35154b0c0f8e0715cc350a13bf2fc6133;hb=cfa1fb7010dc9324e15d257bad7a73af66e9eb10;hp=efc503b809a47361b656e9d843e45ffc6f2640fc;hpb=f97a2e4f680a1a71481d410e6c30b5899f23ed61;p=handbrake-jp%2Fhandbrake-jp-git.git diff --git a/win/C#/frmAbout.cs b/win/C#/frmAbout.cs index efc503b8..a35779a3 100644 --- a/win/C#/frmAbout.cs +++ b/win/C#/frmAbout.cs @@ -14,8 +14,7 @@ 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)