From d054554649ccc4c25599046dafe6427a19797891 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Tom=C3=A1s=20Touceda?= <chiiph@leap.se>
Date: Thu, 19 Dec 2013 16:58:01 -0300
Subject: Use Bitmask icon for admin permission dialog in OSX

---
 src/leap/bitmask/services/eip/darwinvpnlauncher.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

(limited to 'src')

diff --git a/src/leap/bitmask/services/eip/darwinvpnlauncher.py b/src/leap/bitmask/services/eip/darwinvpnlauncher.py
index fe3fe4c1..a03bfc44 100644
--- a/src/leap/bitmask/services/eip/darwinvpnlauncher.py
+++ b/src/leap/bitmask/services/eip/darwinvpnlauncher.py
@@ -95,7 +95,7 @@ class DarwinVPNLauncher(VPNLauncher):
         resources_path = os.path.abspath(
             os.path.join(os.getcwd(), "../../Contents/Resources"))
 
-        return os.path.join(resources_path, "leap-client.tiff")
+        return os.path.join(resources_path, "bitmask.tiff")
 
     @classmethod
     def get_cocoasudo_ovpn_cmd(kls):
-- 
cgit v1.2.3