diff options
author | sr55 <[email protected]> | 2014-01-02 21:15:56 +0000 |
---|---|---|
committer | sr55 <[email protected]> | 2014-01-02 21:15:56 +0000 |
commit | e6b6f7bd7c7da9c0f8fb100613b40140911398d1 (patch) | |
tree | 4670294f44b947f7166bc860f5742b98186c0516 /win/CS/HandBrakeWPF/Services | |
parent | c6e405a1d3f44745af4439129ae3cc48a6b6ffcb (diff) |
WinGui: cleanup some warnings.
git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@5952 b64f7644-9d1e-0410-96f1-a4d463321fa5
Diffstat (limited to 'win/CS/HandBrakeWPF/Services')
-rw-r--r-- | win/CS/HandBrakeWPF/Services/NotificationService.cs | 2 |
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.");
}
}
|