summaryrefslogtreecommitdiffstats
path: root/macosx
diff options
context:
space:
mode:
authorritsuka <[email protected]>2007-09-09 18:06:30 +0000
committerritsuka <[email protected]>2007-09-09 18:06:30 +0000
commit1431511b085cf5389d67bebec9149e12ca24ba75 (patch)
tree0363ba87d0657ac78e1b2a040291468248e46472 /macosx
parenta2a0fb470bf50e75937c68b02f0e97a9f6cc6873 (diff)
MacGui: Fixed bitrate calculation for target size.
git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@941 b64f7644-9d1e-0410-96f1-a4d463321fa5
Diffstat (limited to 'macosx')
-rw-r--r--macosx/Controller.mm11
-rw-r--r--macosx/English.lproj/MainMenu.nib/info.nib4
-rw-r--r--macosx/English.lproj/MainMenu.nib/keyedobjects.nibbin67629 -> 67696 bytes
-rw-r--r--macosx/English.lproj/PictureSettings.nib/keyedobjects.nibbin17603 -> 17585 bytes
4 files changed, 5 insertions, 10 deletions
diff --git a/macosx/Controller.mm b/macosx/Controller.mm
index bf794a5e2..856ab2125 100644
--- a/macosx/Controller.mm
+++ b/macosx/Controller.mm
@@ -2496,12 +2496,12 @@ static int hb_group_count(hb_handle_t * h)
{
if ([fSubPopUp indexOfSelectedItem] == 0)
{
- [fSubForcedCheck setState: NSOffState];
- [fSubForcedCheck setEnabled: NO];
+ [fSubForcedCheck setState: NSOffState];
+ [fSubForcedCheck setEnabled: NO];
}
else
{
- [fSubForcedCheck setEnabled: YES];
+ [fSubForcedCheck setEnabled: YES];
}
}
@@ -2666,7 +2666,7 @@ static int hb_group_count(hb_handle_t * h)
[fVidBitrateField setIntValue: hb_calc_bitrate( job,
[fVidTargetSizeField intValue] )];
-
+ [self customSettingUsed:sender];
}
/* Method to determine if we should change the UI
@@ -4428,7 +4428,6 @@ id theRecord, theValue;
[self savePreset];
}
-
- (void)savePreset
{
[UserPresets writeToFile:UserPresetsFile atomically:YES];
@@ -4437,8 +4436,6 @@ id theRecord, theValue;
}
-
-
- (void) controlTextDidBeginEditing: (NSNotification *) notification
{
[self calculateBitrate: NULL];
diff --git a/macosx/English.lproj/MainMenu.nib/info.nib b/macosx/English.lproj/MainMenu.nib/info.nib
index f7c6e6b37..6b3ff9d90 100644
--- a/macosx/English.lproj/MainMenu.nib/info.nib
+++ b/macosx/English.lproj/MainMenu.nib/info.nib
@@ -3,7 +3,7 @@
<plist version="1.0">
<dict>
<key>IBDocumentLocation</key>
- <string>144 230 417 350 0 0 1440 878 </string>
+ <string>141 186 417 350 0 0 1440 878 </string>
<key>IBEditorPositions</key>
<dict>
<key>1843</key>
@@ -28,9 +28,7 @@
<key>IBOpenObjects</key>
<array>
<integer>21</integer>
- <integer>1843</integer>
<integer>29</integer>
- <integer>1867</integer>
</array>
<key>IBSystem Version</key>
<string>8R2218</string>
diff --git a/macosx/English.lproj/MainMenu.nib/keyedobjects.nib b/macosx/English.lproj/MainMenu.nib/keyedobjects.nib
index 337f96f8f..40b47968d 100644
--- a/macosx/English.lproj/MainMenu.nib/keyedobjects.nib
+++ b/macosx/English.lproj/MainMenu.nib/keyedobjects.nib
Binary files differ
diff --git a/macosx/English.lproj/PictureSettings.nib/keyedobjects.nib b/macosx/English.lproj/PictureSettings.nib/keyedobjects.nib
index dbe123ff2..8769a50a6 100644
--- a/macosx/English.lproj/PictureSettings.nib/keyedobjects.nib
+++ b/macosx/English.lproj/PictureSettings.nib/keyedobjects.nib
Binary files differ