This commit is contained in:
Alessandro Ranellucci 2012-04-07 20:45:02 +02:00
parent aeed77bef9
commit 19dc69dd74
3 changed files with 3 additions and 2 deletions

View file

@ -84,7 +84,7 @@ sub new {
if (eval "use Growl::GNTP; 1") {
# register growl notifications
eval {
$self->{growler} = Growl::GNTP->new(AppName => 'Slic3r'); #, AppIcon => "path/to/my/icon.gif");
$self->{growler} = Growl::GNTP->new(AppName => 'Slic3r', AppIcon => "$FindBin::Bin/var/icon.png");
$self->{growler}->register([{Name => 'SKEIN_DONE', DisplayName => 'Slicing Done'}]);
};
}