diff options
author | sr55 <[email protected]> | 2014-11-27 21:01:15 +0000 |
---|---|---|
committer | sr55 <[email protected]> | 2014-11-27 21:01:15 +0000 |
commit | 69d30f36f080a863e73f152691569e3f2322600e (patch) | |
tree | 7c3535f44d9e2437dfd2efe9f6b87df6b6aa8332 /win/CS/Settings.StyleCop | |
parent | b8238f76de25707da2d9e480d265c94d3d7d1ada (diff) |
WinGui: Don't allow previews less than 32x32 as it'll crash. Handle SEH exceptions for this method.
git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@6561 b64f7644-9d1e-0410-96f1-a4d463321fa5
Diffstat (limited to 'win/CS/Settings.StyleCop')
-rw-r--r-- | win/CS/Settings.StyleCop | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/win/CS/Settings.StyleCop b/win/CS/Settings.StyleCop index 7b02bc0d5..0dc5564f9 100644 --- a/win/CS/Settings.StyleCop +++ b/win/CS/Settings.StyleCop @@ -63,6 +63,7 @@ <AnalyzerSettings>
<StringProperty Name="CompanyName">HandBrake Project (http://handbrake.fr)</StringProperty>
<StringProperty Name="Copyright">This file is part of the HandBrake source code - It may be used under the terms of the GNU General Public License.</StringProperty>
+ <BooleanProperty Name="IncludeFields">False</BooleanProperty>
</AnalyzerSettings>
</Analyzer>
<Analyzer AnalyzerId="StyleCop.CSharp.MaintainabilityRules">
|