OSDN Git Service

fix problem to enter infinite loop when load preset with custom anamorphic and par...
authorunknown <hirom@.(none)>
Mon, 4 Jan 2010 09:54:48 +0000 (18:54 +0900)
committerunknown <hirom@.(none)>
Mon, 4 Jan 2010 09:54:48 +0000 (18:54 +0900)
win/C#/Controls/PictureSettings.Designer.cs
win/C#/frmOptions.cs

index 6318155..5d1feee 100644 (file)
@@ -472,7 +472,6 @@ namespace Handbrake.Controls
             this.updownParHeight.Name = "updownParHeight";\r
             this.updownParHeight.Size = new System.Drawing.Size(53, 21);\r
             this.updownParHeight.TabIndex = 112;\r
-            this.updownParHeight.ValueChanged += new System.EventHandler(this.text_width_ValueChanged);\r
             // \r
             // label6\r
             // \r
@@ -536,7 +535,6 @@ namespace Handbrake.Controls
             this.updownParWidth.Name = "updownParWidth";\r
             this.updownParWidth.Size = new System.Drawing.Size(53, 21);\r
             this.updownParWidth.TabIndex = 111;\r
-            this.updownParWidth.ValueChanged += new System.EventHandler(this.text_width_ValueChanged);\r
             // \r
             // drp_anamorphic\r
             // \r
index d7abc2c..c6eb4fe 100644 (file)
@@ -92,7 +92,7 @@ namespace Handbrake
             // Store the auto name path\r
             text_an_path.Text = Properties.Settings.Default.autoNamePath;\r
             if (text_an_path.Text == string.Empty)\r
-                text_an_path.Text = "\81u\83u\83\89\83E\83Y\81v\83{\83^\83\93\82ð\83N\83\8a\83b\83N\82µ\82Ä\91I\91ð...";\r
+                text_an_path.Text = "\81u\91I\91ð\81v\83{\83^\83\93\82ð\83N\83\8a\83b\83N\82µ\82Ä\91I\91ð...";\r
 \r
             // Store auto name format\r
             txt_autoNameFormat.Text = Properties.Settings.Default.autoNameFormat;\r