From fe50f026bed03f659dbcb1fb08b57b2f060efce8 Mon Sep 17 00:00:00 2001
From: Oceguera Conchas <no67wuwu@idiv.de>
Date: Tue, 15 Nov 2022 11:07:53 +0100
Subject: [PATCH] has been updated

---
 EBVCubeVisualizer.py | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/EBVCubeVisualizer.py b/EBVCubeVisualizer.py
index 922f4f7..fdc5089 100644
--- a/EBVCubeVisualizer.py
+++ b/EBVCubeVisualizer.py
@@ -28,6 +28,7 @@ from PyQt5.QtGui import *
 from PyQt5.QtWidgets import *  
 #import everthing from the netCDF_visualization_funtionality.py file
 from .EBVCubeVisualizer_funtionality import *
+from .resources import *
 #we write a class, Plugins is a class
 import os
 
@@ -154,7 +155,7 @@ class EBVCubeVisualizer:
     #when we click the plugin in QGIS the plugin will be loaded
     def initGui(self):
         """Create the menu entries and toolbar icons inside the QGIS GUI."""
-        icon_path = ':/plugins/EBVCubeVisualizer/adventure.png'
+        icon_path = ':/plugins/EBVCubeVisualizer/EBV.jpg'
         self.add_action(
             icon_path,
             text=self.tr(u'EBVCubeVisualizer'),
-- 
GitLab