]> Creatis software - clitk.git/blobdiff - vv/vvToolImageArithm.cxx
- small correction about Render (a bit less unuseful Render)
[clitk.git] / vv / vvToolImageArithm.cxx
index f3cc6f39c1cd27e850500d0f8a2eca3f0662f2ef..3ab39650afecd133ff2408eaffaef5df1c6a639c 100644 (file)
@@ -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);
 }
 //------------------------------------------------------------------------------