diff options
author | dynaflash <[email protected]> | 2007-04-27 16:21:38 +0000 |
---|---|---|
committer | dynaflash <[email protected]> | 2007-04-27 16:21:38 +0000 |
commit | c780eb2decd3dbfce27d1330ec4bbd1117dad5f2 (patch) | |
tree | 4ce8ac8d0dd59892daca33c2f2ef9a39325cb849 /macosx | |
parent | d61750f591c9979617e40dcba3a6f2d38d5b7be9 (diff) |
macGui: Change the Growl encode done notification to be the same as the onscreen notification. Thanks jbrjake!
git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@555 b64f7644-9d1e-0410-96f1-a4d463321fa5
Diffstat (limited to 'macosx')
-rw-r--r-- | macosx/Controller.mm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/macosx/Controller.mm b/macosx/Controller.mm index 7caaf7fac..0437e2ba9 100644 --- a/macosx/Controller.mm +++ b/macosx/Controller.mm @@ -616,7 +616,7 @@ return registrationDictionary; [GrowlApplicationBridge notifyWithTitle:@"Put down that cocktail..." - description:@"Thank You for using HandBrake" + description:@"your HandBrake encode is done!" notificationName:SERVICE_NAME iconData:nil priority:0 |