diff options
author | dynaflash <[email protected]> | 2007-06-19 15:18:11 +0000 |
---|---|---|
committer | dynaflash <[email protected]> | 2007-06-19 15:18:11 +0000 |
commit | 7394995e1ee8ed1f9c8deb6c82a686757a532cd4 (patch) | |
tree | 25c43e5ec6c2c063a909b877d5b7314db8e3627d /macosx/English.lproj/MainMenu.nib/info.nib | |
parent | 08baae5e5eb52053fde79b6519ea6fa5f184b34a (diff) |
MacGui: Chapter Popup fix condition where user can select a start chapter greater than the end chapter
- Old behavior would result in a 00:00:00 encode
- Now checks upon change and defaults to a single chapter rip relative to the start chapter.
- Also fixed audio bitrate title in gui window from (Hz) to (khz)
git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@625 b64f7644-9d1e-0410-96f1-a4d463321fa5
Diffstat (limited to 'macosx/English.lproj/MainMenu.nib/info.nib')
-rw-r--r-- | macosx/English.lproj/MainMenu.nib/info.nib | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/macosx/English.lproj/MainMenu.nib/info.nib b/macosx/English.lproj/MainMenu.nib/info.nib index f582e6f45..0973bee18 100644 --- a/macosx/English.lproj/MainMenu.nib/info.nib +++ b/macosx/English.lproj/MainMenu.nib/info.nib @@ -19,8 +19,9 @@ </array> <key>IBOpenObjects</key> <array> - <integer>29</integer> <integer>1162</integer> + <integer>21</integer> + <integer>29</integer> </array> <key>IBSystem Version</key> <string>8P2137</string> |