Salome HOME
Updated copyright comment
[modules/med.git] / src / MEDGUI / MEDGUIDataBaseDockWidget.cxx
index 088e3b4a8fea96aaaf93b7c2daeb2513d1ec33a4..4a7795aeddeac49be8ce2ec07ee4c3c3be853088 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2007-2014  CEA/DEN, EDF R&D, OPEN CASCADE
+// Copyright (C) 2007-2024  CEA, EDF, OPEN CASCADE
 //
 // This library is free software; you can redistribute it and/or
 // modify it under the terms of the GNU Lesser General Public
@@ -49,11 +49,11 @@ MEDGUIDataBaseDockWidget::MEDGUIDataBaseDockWidget(CAM_Application *app, QWidget
   //
   QPixmap pixmap;
   SUIT_ResourceMgr* mgr=_app->resourceMgr();
-  pixmap=mgr->loadPixmap("MED","med_field.png");
+  pixmap=mgr->loadPixmap("FIELDS","med_field.png");
   _fields=new QTreeWidgetItem((QTreeWidget*)0,QStringList(QString("Fields")));
   _fields->setIcon(0,QIcon(pixmap));
   _tree_widget->addTopLevelItem(_fields);
-  pixmap=mgr->loadPixmap("MED","med_mesh.png");
+  pixmap=mgr->loadPixmap("FIELDS","med_mesh.png");
   _meshes=new QTreeWidgetItem((QTreeWidget*)0,QStringList(QString("Meshes")));
   _meshes->setIcon(0,QIcon(pixmap));
   _tree_widget->addTopLevelItem(_meshes);