diff options
author | sr55 <[email protected]> | 2011-04-23 14:24:14 +0000 |
---|---|---|
committer | sr55 <[email protected]> | 2011-04-23 14:24:14 +0000 |
commit | 4b6453fbe090c32e379b63b42baaf079f01d437e (patch) | |
tree | 772b075376125eb548b6b657b446ad8b95c7925b /win/CS/HandBrake10.5.1.ReSharper | |
parent | 47221be3bbe8d7dae0a714d736ae0f0b23ee08ba (diff) |
WinGui:
- Multiple bug fixes to the Audio Panel. (Disable DRC for non AC3 sources, DPL2 getting swaped out for stereo when you click between tracks, Exception thrown due to the source track not getting pushed into the Audio model before it's used.)
git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@3952 b64f7644-9d1e-0410-96f1-a4d463321fa5
Diffstat (limited to 'win/CS/HandBrake10.5.1.ReSharper')
-rw-r--r-- | win/CS/HandBrake10.5.1.ReSharper | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/win/CS/HandBrake10.5.1.ReSharper b/win/CS/HandBrake10.5.1.ReSharper index da45302cf..c7c8085d7 100644 --- a/win/CS/HandBrake10.5.1.ReSharper +++ b/win/CS/HandBrake10.5.1.ReSharper @@ -68,7 +68,7 @@ <PredefinedRule Inspect="True" Prefix="" Suffix="" Style="AaBb" ElementKind="TypesAndNamespaces" />
<PredefinedRule Inspect="True" Prefix="I" Suffix="" Style="AaBb" ElementKind="Interfaces" />
<PredefinedRule Inspect="True" Prefix="T" Suffix="" Style="AaBb" ElementKind="TypeParameters" />
- <PredefinedRule Inspect="True" Prefix="" Suffix="" Style="AaBb" ElementKind="MethodPropertyEvent" />
+ <PredefinedRule Inspect="True" Prefix="" Suffix="" Style="Aa_bb" ElementKind="MethodPropertyEvent" />
<PredefinedRule Inspect="True" Prefix="" Suffix="" Style="aaBb" ElementKind="Locals" />
<PredefinedRule Inspect="True" Prefix="" Suffix="" Style="aaBb" ElementKind="LocalConstants" />
<PredefinedRule Inspect="True" Prefix="" Suffix="" Style="aaBb" ElementKind="Parameters" />
|