diff options
author | sr55 <[email protected]> | 2010-04-17 13:44:35 +0000 |
---|---|---|
committer | sr55 <[email protected]> | 2010-04-17 13:44:35 +0000 |
commit | f2826248fce3d14896de6a02e5f59c9ecc69d1f8 (patch) | |
tree | 60648fb7932324d400b8c2d74490183e515cc6af /win/C#/Controls | |
parent | 39c24561af3b8dd56ad689567af834faf2a6a3da (diff) |
WinGui:
- More stylecop warnings cleaned up
git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@3235 b64f7644-9d1e-0410-96f1-a4d463321fa5
Diffstat (limited to 'win/C#/Controls')
-rw-r--r-- | win/C#/Controls/AudioPanel.Designer.cs | 6 | ||||
-rw-r--r-- | win/C#/Controls/Filters.cs | 6 | ||||
-rw-r--r-- | win/C#/Controls/Subtitles.cs | 6 |
3 files changed, 9 insertions, 9 deletions
diff --git a/win/C#/Controls/AudioPanel.Designer.cs b/win/C#/Controls/AudioPanel.Designer.cs index 04bcbd2a8..42d3858a9 100644 --- a/win/C#/Controls/AudioPanel.Designer.cs +++ b/win/C#/Controls/AudioPanel.Designer.cs @@ -1,8 +1,8 @@ /* AudioPanel.Designer.cs $
- This file is part of the HandBrake source code.
- Homepage: <http://handbrake.fr>.
- It may be used under the terms of the GNU General Public License. */
+ This file is part of the HandBrake source code.
+ Homepage: <http://handbrake.fr>.
+ It may be used under the terms of the GNU General Public License. */
namespace Handbrake.Controls
{
diff --git a/win/C#/Controls/Filters.cs b/win/C#/Controls/Filters.cs index 47657b57e..c8427bb98 100644 --- a/win/C#/Controls/Filters.cs +++ b/win/C#/Controls/Filters.cs @@ -1,8 +1,8 @@ /* Filters.cs $
- This file is part of the HandBrake source code.
- Homepage: <http://handbrake.fr>.
- It may be used under the terms of the GNU General Public License. */
+ This file is part of the HandBrake source code.
+ Homepage: <http://handbrake.fr>.
+ It may be used under the terms of the GNU General Public License. */
namespace Handbrake.Controls
{
diff --git a/win/C#/Controls/Subtitles.cs b/win/C#/Controls/Subtitles.cs index af4f5d89c..c511133ae 100644 --- a/win/C#/Controls/Subtitles.cs +++ b/win/C#/Controls/Subtitles.cs @@ -1,8 +1,8 @@ /* Subtitles.cs $
- This file is part of the HandBrake source code.
- Homepage: <http://handbrake.fr>.
- It may be used under the terms of the GNU General Public License. */
+ This file is part of the HandBrake source code.
+ Homepage: <http://handbrake.fr>.
+ It may be used under the terms of the GNU General Public License. */
namespace Handbrake.Controls
{
|