aboutsummaryrefslogtreecommitdiffstats
path: root/lib/ManaTools/Module/Proxy.pm
diff options
context:
space:
mode:
Diffstat (limited to 'lib/ManaTools/Module/Proxy.pm')
-rw-r--r--lib/ManaTools/Module/Proxy.pm3
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/ManaTools/Module/Proxy.pm b/lib/ManaTools/Module/Proxy.pm
index 8320f2bd..3c078ef4 100644
--- a/lib/ManaTools/Module/Proxy.pm
+++ b/lib/ManaTools/Module/Proxy.pm
@@ -26,6 +26,7 @@ use Moose;
use POSIX qw(ceil);
use English;
use utf8;
+use File::ShareDir ':ALL';
use yui;
use ManaTools::Shared qw(trim);
@@ -41,7 +42,7 @@ extends qw( ManaTools::Module );
has '+icon' => (
- default => "/usr/share/mcc/themes/default/drakproxy-mdk.png"
+ default => File::ShareDir::dist_file(ManaTools::Shared::distName(), 'images/manaproxy.png'),
);
has '+name' => (