From 21813eb8d36e23504effc2060e79d158ba426f08 Mon Sep 17 00:00:00 2001 From: aguerre Date: Wed, 17 Apr 2013 08:01:15 +0000 Subject: [PATCH] Add missing icon name --- src/MEDOP/res/CMakeLists.txt | 20 +++++++++++--------- src/MEDOP/res/Makefile.am | 35 ++++++++++++++++++----------------- 2 files changed, 29 insertions(+), 26 deletions(-) diff --git a/src/MEDOP/res/CMakeLists.txt b/src/MEDOP/res/CMakeLists.txt index ff4a8f8e6..fd4ff0353 100644 --- a/src/MEDOP/res/CMakeLists.txt +++ b/src/MEDOP/res/CMakeLists.txt @@ -1,4 +1,4 @@ -# Copyright (C) 2012-2013 CEA/DEN, EDF R&D +# Copyright (C) 2007-2012 CEA/DEN, EDF R&D # # This library is free software; you can redistribute it and/or # modify it under the terms of the GNU Lesser General Public @@ -21,19 +21,21 @@ ADD_SUBDIRECTORY(testfiles) IF(MED_ENABLE_GUI) SET(MED_RESOURCES_FILES - MEDOP.png - MEDOP_small.png datasource_add.png - datasource.png - datasource_mesh.png - datasource_field.png + datasource_changeUnderlyingMesh.png datasource_expandfield.png - datasource_view.png + datasource_field.png + datasource_mesh.png + datasource.png datasource_use.png - datasource_changeUnderlyingMesh.png + datasource_view.png + fileimport-32.png + folder.png image_add.png - workspace_save.png + MEDOP.png + MEDOP_small.png workspace_clean.png + workspace_save.png ) INSTALL(FILES ${MED_RESOURCES_FILES} DESTINATION ${MED_salomeres_DATA}) ENDIF(MED_ENABLE_GUI) diff --git a/src/MEDOP/res/Makefile.am b/src/MEDOP/res/Makefile.am index 744b5c9ad..73d507a75 100644 --- a/src/MEDOP/res/Makefile.am +++ b/src/MEDOP/res/Makefile.am @@ -1,4 +1,4 @@ -# Copyright (C) 2007-2013 CEA/DEN, EDF R&D +# Copyright (C) 2007-2012 CEA/DEN, EDF R&D, OPEN CASCADE # # This library is free software; you can redistribute it and/or # modify it under the terms of the GNU Lesser General Public @@ -17,23 +17,24 @@ # See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com # -# Author : Guillaume Boulant (EDF) +# Author : Guillaume Boulant (EDF) include $(top_srcdir)/adm_local/unix/make_common_starter.am SUBDIRS = testfiles -dist_salomeres_DATA= \ - MEDOP.png \ - MEDOP_small.png \ - datasource_add.png \ - datasource.png \ - datasource_mesh.png \ - datasource_field.png \ - datasource_expandfield.png \ - datasource_view.png \ - datasource_use.png \ - datasource_changeUnderlyingMesh.png \ - image_add.png \ - workspace_save.png \ - workspace_clean.png \ - folder.png +dist_salomeres_DATA= \ + datasource_add.png \ + datasource_changeUnderlyingMesh.png \ + datasource_expandfield.png \ + datasource_field.png \ + datasource_mesh.png \ + datasource.png \ + datasource_use.png \ + datasource_view.png \ + fileimport-32.png \ + folder.png \ + image_add.png \ + MEDOP.png \ + MEDOP_small.png \ + workspace_clean.png \ + workspace_save.png -- 2.39.2