X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=vv%2FvvToolImageArithm.cxx;h=3ab39650afecd133ff2408eaffaef5df1c6a639c;hb=bd677d0b9541c674700d1610c4dcddf8fa57c328;hp=f7077a8f6b4ffb8e122efdf01011f8503f7e638a;hpb=1df2c8867c511818511bbd2b0be560325a4944c5;p=clitk.git diff --git a/vv/vvToolImageArithm.cxx b/vv/vvToolImageArithm.cxx index f7077a8..3ab3965 100644 --- a/vv/vvToolImageArithm.cxx +++ b/vv/vvToolImageArithm.cxx @@ -57,7 +57,7 @@ void vvToolImageArithm::Initialize() { SetToolMenuName("ImageArithm"); SetToolIconFilename(":/common/icons/arithm.png"); SetToolTip("Perform simple arithmetic operations on one or two images."); - SetToolExperimental(true); + SetToolExperimental(false); } //------------------------------------------------------------------------------