summaryrefslogtreecommitdiffstats
path: root/win/CS/HandBrakeWPF/Services/NotificationService.cs
diff options
context:
space:
mode:
Diffstat (limited to 'win/CS/HandBrakeWPF/Services/NotificationService.cs')
-rw-r--r--win/CS/HandBrakeWPF/Services/NotificationService.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/win/CS/HandBrakeWPF/Services/NotificationService.cs b/win/CS/HandBrakeWPF/Services/NotificationService.cs
index 306a2f5d2..e451460d8 100644
--- a/win/CS/HandBrakeWPF/Services/NotificationService.cs
+++ b/win/CS/HandBrakeWPF/Services/NotificationService.cs
@@ -55,7 +55,7 @@ namespace HandBrakeWPF.Services
{
if (userSettingService.GetUserSetting<bool>(UserSettingConstants.GrowlQueue))
{
- // GrowlCommunicator.Notify("Queue Completed", "Put down that cocktail...\nyour Handbrake queue is done.");
+ // GrowlCommunicator.Notify("Queue Completed", "Put down that cocktail...\nyour Handbrake queue is done.");
}
}