handbrake-jp project\'s main repository.
Revision | e8d330129cffa9e84878a7fd6e32392f8b237e6e (tree) |
---|---|
Time | 2011-01-04 23:13:34 |
Author | unknown <hirom@.(no...> |
Commiter | hylom |
fix problem to enter infinite loop when load preset with custom anamorphic and par width/height
@@ -117,7 +117,7 @@ namespace Handbrake | ||
117 | 117 | // Store the auto name path |
118 | 118 | text_an_path.Text = Properties.Settings.Default.autoNamePath; |
119 | 119 | if (text_an_path.Text == string.Empty) |
120 | - text_an_path.Text = "「ブラウズ」ボタンをクリックして選択..."; | |
120 | + text_an_path.Text = "「選択」ボタンをクリックして選択..."; | |
121 | 121 | |
122 | 122 | // Store auto name format |
123 | 123 | txt_autoNameFormat.Text = Properties.Settings.Default.autoNameFormat; |