• R/O
  • HTTP
  • SSH
  • HTTPS

handbrake-jp: 提交

handbrake-jp project\'s main repository.


Commit MetaInfo

修订版e8d330129cffa9e84878a7fd6e32392f8b237e6e (tree)
时间2011-01-04 23:13:34
作者unknown <hirom@.(no...>
Commiterhylom

Log Message

fix problem to enter infinite loop when load preset with custom anamorphic and par width/height

更改概述

差异

--- a/win/C#/frmOptions.cs
+++ b/win/C#/frmOptions.cs
@@ -117,7 +117,7 @@ namespace Handbrake
117117 // Store the auto name path
118118 text_an_path.Text = Properties.Settings.Default.autoNamePath;
119119 if (text_an_path.Text == string.Empty)
120- text_an_path.Text = "「ブラウズ」ボタンをクリックして選択...";
120+ text_an_path.Text = "「選択」ボタンをクリックして選択...";
121121
122122 // Store auto name format
123123 txt_autoNameFormat.Text = Properties.Settings.Default.autoNameFormat;
Show on old repository browser