summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRodeo <[email protected]>2013-03-04 14:11:39 +0000
committerRodeo <[email protected]>2013-03-04 14:11:39 +0000
commitcf5277acc04d98d698ec03c4a91e48c5f24b00c3 (patch)
tree2c66d8e5efbcbad961806e0f011d31b51c6b2fba
parent5bbaf9d8a4c87841e15817739a9325d277ac3842 (diff)
MacGui: add a TODO.
git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@5298 b64f7644-9d1e-0410-96f1-a4d463321fa5
-rw-r--r--macosx/Controller.m2
1 files changed, 2 insertions, 0 deletions
diff --git a/macosx/Controller.m b/macosx/Controller.m
index 9506bde0f..ffe42319c 100644
--- a/macosx/Controller.m
+++ b/macosx/Controller.m
@@ -5403,6 +5403,8 @@ the user is using "Custom" settings by determining the sender*/
{
// using advanced panel, enable if applicable
[fAdvancedOptions enableUI:enable];
+ // TODO: set the advanced options string based on the previously
+ // selected x264 system setting
// reset x264 system widgets
[fX264PresetsSlider setIntegerValue: fX264MediumPresetIndex];
[fX264TunePopUp selectItemAtIndex:0];