OSDN Git Service

WinGui:
[handbrake-jp/handbrake-jp-git.git] / win / C# / Controls / x264Panel.cs
index dd1572a..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
@@ -9,7 +15,7 @@ namespace Handbrake.Controls
         {\r
             InitializeComponent();\r
 \r
-            if (Properties.Settings.Default.tooltipEnable == "Checked")\r
+            if (Properties.Settings.Default.tooltipEnable)\r
                 setToolTipActive(true);\r
 \r
             reset2Defaults();\r