OSDN Git Service

WinGui:
[handbrake-jp/handbrake-jp-git.git] / win / C# / frmAbout.cs
index a35779a..cae109d 100644 (file)
@@ -4,17 +4,18 @@
           Homepage: <http://handbrake.fr>.\r
           It may be used under the terms of the GNU General Public License. */\r
 \r
-using System;\r
-using System.Windows.Forms;\r
-\r
 namespace Handbrake\r
 {\r
+    using System;\r
+    using System.Windows.Forms;\r
+\r
     public partial class frmAbout : Form\r
     {\r
         public frmAbout()\r
         {\r
             InitializeComponent();\r
-            lbl_HBBuild.Text = Properties.Settings.Default.hb_version + " (" + Properties.Settings.Default.hb_build + ") - " + Properties.Settings.Default.hb_platform;\r
+            lbl_HBBuild.Text = Properties.Settings.Default.hb_version + " (" + Properties.Settings.Default.hb_build +\r
+                               ") - " + Properties.Settings.Default.hb_platform;\r
         }\r
 \r
         private void btn_close_Click(object sender, EventArgs e)\r