X-Git-Url: http://git.osdn.jp/view?a=blobdiff_plain;f=win%2FC%23%2FfrmAbout.cs;h=a35779a35154b0c0f8e0715cc350a13bf2fc6133;hb=cfa1fb7010dc9324e15d257bad7a73af66e9eb10;hp=e43706f739019c233760444bdcae192a1b3673af;hpb=3a43d4e5c30926098d698349613ad6ff5a5355d6;p=handbrake-jp%2Fhandbrake-jp-git.git diff --git a/win/C#/frmAbout.cs b/win/C#/frmAbout.cs index e43706f7..a35779a3 100644 --- a/win/C#/frmAbout.cs +++ b/win/C#/frmAbout.cs @@ -14,14 +14,12 @@ namespace Handbrake public frmAbout() { InitializeComponent(); - lbl_HBBuild.Text = Properties.Settings.Default.hb_version + " " + Properties.Settings.Default.hb_build; + 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(); } - - } } \ No newline at end of file