diff options
author | Rodeo <[email protected]> | 2013-03-04 14:11:39 +0000 |
---|---|---|
committer | Rodeo <[email protected]> | 2013-03-04 14:11:39 +0000 |
commit | cf5277acc04d98d698ec03c4a91e48c5f24b00c3 (patch) | |
tree | 2c66d8e5efbcbad961806e0f011d31b51c6b2fba | |
parent | 5bbaf9d8a4c87841e15817739a9325d277ac3842 (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.m | 2 |
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]; |