OSDN Git Service

CLI: add iso639-2 language code to audio track information display
[handbrake-jp/handbrake-jp-git.git] / win / C# / frmAbout.cs
index efc503b..e43706f 100644 (file)
@@ -14,13 +14,14 @@ namespace Handbrake
         public frmAbout()\r
         {\r
             InitializeComponent();\r
-            Version.Text = Properties.Settings.Default.hb_version;\r
-            lbl_build.Text = Properties.Settings.Default.hb_build.ToString();\r
+            lbl_HBBuild.Text = Properties.Settings.Default.hb_version + "  " + Properties.Settings.Default.hb_build;\r
         }\r
 \r
         private void btn_close_Click(object sender, EventArgs e)\r
         {\r
             this.Close();\r
         }\r
+\r
+  \r
     }\r
 }
\ No newline at end of file