Releasing 0.7.2

This commit is contained in:
Alessandro Ranellucci 2012-04-16 20:28:29 +02:00
parent 285caffa9c
commit 07edf83990
7 changed files with 4 additions and 3 deletions

View file

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