Refactor resource paths

This commit is contained in:
Alessandro Ranellucci 2012-05-29 14:19:14 +02:00
parent 263806dd8c
commit af7ccb9fc1
4 changed files with 14 additions and 10 deletions

View file

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