diff options
author | sr55 <[email protected]> | 2009-08-26 16:47:33 +0000 |
---|---|---|
committer | sr55 <[email protected]> | 2009-08-26 16:47:33 +0000 |
commit | e1bd59b0d835296f141ea8b20a41f4c34506e3e6 (patch) | |
tree | 243729e7afa7a3382b1bb5b6ba4af60b9361e63d /win/C#/frmOptions.resx | |
parent | 60fae20f233b2c8c4a0576fe46f5527e9c66552a (diff) |
WinGui:
- Updated Growl to 2.0.0.20
- Added 2 new options. "Growl when queue completes" and "Growl when encode completes"
- Added 1 new option. "Disable Resolution Calculation for "None" and "Custom" modes."
- Changed Filters dropdown menus for consistency and to match the new layout
- Fixed a problem with the Destination save dialog box double appending a file extension. Also added m4v to the filer.
git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@2778 b64f7644-9d1e-0410-96f1-a4d463321fa5
Diffstat (limited to 'win/C#/frmOptions.resx')
-rw-r--r-- | win/C#/frmOptions.resx | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/win/C#/frmOptions.resx b/win/C#/frmOptions.resx index 139d8245b..502bece8e 100644 --- a/win/C#/frmOptions.resx +++ b/win/C#/frmOptions.resx @@ -120,6 +120,11 @@ <metadata name="ToolTip.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
<value>132, 18</value>
</metadata>
+ <data name="check_disableResCalc.ToolTip" xml:space="preserve">
+ <value>If the new Picture Settings panel is causing you problems, enable this option.
+It disables some of the resolution calcuation code for None and Custom modes.
+When enabled, the values in the text boxes will simply be passed through to the CLI so it is up to you to get the values correct.</value>
+ </data>
<metadata name="pathFinder.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
<value>17, 17</value>
</metadata>
|