summaryrefslogtreecommitdiffstats
path: root/win/C#/EncodeQueue/EncodeAndQueueHandler.cs
diff options
context:
space:
mode:
Diffstat (limited to 'win/C#/EncodeQueue/EncodeAndQueueHandler.cs')
-rw-r--r--win/C#/EncodeQueue/EncodeAndQueueHandler.cs3
1 files changed, 3 insertions, 0 deletions
diff --git a/win/C#/EncodeQueue/EncodeAndQueueHandler.cs b/win/C#/EncodeQueue/EncodeAndQueueHandler.cs
index 319163de6..a3f8ca6c0 100644
--- a/win/C#/EncodeQueue/EncodeAndQueueHandler.cs
+++ b/win/C#/EncodeQueue/EncodeAndQueueHandler.cs
@@ -448,6 +448,9 @@ namespace Handbrake.EncodeQueue
case "Lock System":
Win32.LockWorkStation();
break;
+ case "Growl Notification":
+ GrowlCommunicator.Notify();
+ break;
case "Quit HandBrake":
Application.Exit();
break;