]> Creatis software - clitk.git/blobdiff - vv/vvToolImageArithm.cxx
Remove files in old directories. Remove them from your local directory.
[clitk.git] / vv / vvToolImageArithm.cxx
index f7077a8f6b4ffb8e122efdf01011f8503f7e638a..3ab39650afecd133ff2408eaffaef5df1c6a639c 100644 (file)
@@ -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);
 }
 //------------------------------------------------------------------------------