diff options
author | Rodeo <[email protected]> | 2012-02-20 00:21:53 +0000 |
---|---|---|
committer | Rodeo <[email protected]> | 2012-02-20 00:21:53 +0000 |
commit | a28665964af350e2549ed9c3532dfbe6fa82dd46 (patch) | |
tree | 3a207f79ec29a38342edb6581ba4c1c2452e08b0 /macosx/HBAdvancedController.m | |
parent | dbdaabaa73fa1a371aeba3ecd802bb5e003e08bf (diff) |
MacGUI: fix typo + minor cleanup after the last few libavcodec/theora advanced options commits.
git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@4458 b64f7644-9d1e-0410-96f1-a4d463321fa5
Diffstat (limited to 'macosx/HBAdvancedController.m')
-rw-r--r-- | macosx/HBAdvancedController.m | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/macosx/HBAdvancedController.m b/macosx/HBAdvancedController.m index 98129613c..92735d0df 100644 --- a/macosx/HBAdvancedController.m +++ b/macosx/HBAdvancedController.m @@ -77,7 +77,7 @@ else { [fDisplayLavcOptions setEnabled:NO]; - [fDisplayLavcOptionsLabel setStringValue: [NSString stringWithFormat:@"Handbrake does not currently support Theora Options"]]; + [fDisplayLavcOptionsLabel setStringValue: [NSString stringWithFormat:@"HandBrake does not currently support Theora Options"]]; } return; } |