OSDN Git Service

WinGui:
[handbrake-jp/handbrake-jp-git.git] / win / C# / Controls / x264Panel.cs
index 6790bb7..503fcc2 100644 (file)
@@ -1,4 +1,10 @@
-using System;\r
+/*  x264Panel.cs $\r
+       \r
+          This file is part of the HandBrake source code.\r
+          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.Controls\r
@@ -8,6 +14,11 @@ namespace Handbrake.Controls
         public x264Panel()\r
         {\r
             InitializeComponent();\r
+\r
+            if (Properties.Settings.Default.tooltipEnable)\r
+                setToolTipActive(true);\r
+\r
+            reset2Defaults();\r
         }\r
 \r
         public string x264Query\r