summaryrefslogtreecommitdiffstats
path: root/win/C#/Functions/GrowlCommunicator.cs
diff options
context:
space:
mode:
authorsr55 <[email protected]>2010-02-26 22:39:19 +0000
committersr55 <[email protected]>2010-02-26 22:39:19 +0000
commit16f7933765671ab563d17620b071cdaf99d98bbf (patch)
treef238dbe763595acc61933206d60ba125d1a660b0 /win/C#/Functions/GrowlCommunicator.cs
parent8c3709d289a996567d459a92d64378ddebb7d2f9 (diff)
WinGui:
- Few StyleCop warnings cleared up. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@3140 b64f7644-9d1e-0410-96f1-a4d463321fa5
Diffstat (limited to 'win/C#/Functions/GrowlCommunicator.cs')
-rw-r--r--win/C#/Functions/GrowlCommunicator.cs3
1 files changed, 1 insertions, 2 deletions
diff --git a/win/C#/Functions/GrowlCommunicator.cs b/win/C#/Functions/GrowlCommunicator.cs
index 5bb5efa70..5db2478d2 100644
--- a/win/C#/Functions/GrowlCommunicator.cs
+++ b/win/C#/Functions/GrowlCommunicator.cs
@@ -32,8 +32,7 @@ namespace Handbrake.Functions
/// <summary>
/// Notification shown upon completion of encoding
/// </summary>
- private static NotificationType encodeOrQueueCompleted = new NotificationType("EncodeOrQueue",
- "HandBrake Status");
+ private static NotificationType encodeOrQueueCompleted = new NotificationType("EncodeOrQueue", "HandBrake Status");
/// <summary>
/// Checks to see if Growl is currently running on the local machine.