X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=vv%2FvvToolImageArithm.cxx;h=3ab39650afecd133ff2408eaffaef5df1c6a639c;hb=a2df2b8fbe6e9e78ab861e899e6b6c0a7f80588d;hp=f3cc6f39c1cd27e850500d0f8a2eca3f0662f2ef;hpb=0b7c9b1e1215634b02cbd38d4e4ba101d6111ba8;p=clitk.git diff --git a/vv/vvToolImageArithm.cxx b/vv/vvToolImageArithm.cxx index f3cc6f3..3ab3965 100644 --- a/vv/vvToolImageArithm.cxx +++ b/vv/vvToolImageArithm.cxx @@ -15,6 +15,7 @@ - BSD See included LICENSE.txt file - CeCILL-B http://www.cecill.info/licences/Licence_CeCILL-B_V1-en.html ======================================================================-====*/ + #include "vvToolImageArithm.h" #include "vvSlicer.h" #include "clitkImageArithmGenericFilter.h" @@ -54,9 +55,9 @@ vvToolImageArithm::~vvToolImageArithm() { void vvToolImageArithm::Initialize() { SetToolName("ImageArithm"); SetToolMenuName("ImageArithm"); - SetToolIconFilename(":/new/prefix1/icons/cross.png"); + SetToolIconFilename(":/common/icons/arithm.png"); SetToolTip("Perform simple arithmetic operations on one or two images."); - SetToolExperimental(true); + SetToolExperimental(false); } //------------------------------------------------------------------------------