]> Creatis software - clitk.git/blobdiff - vv/vvToolFoo.cxx
- add "convert to" in context menu
[clitk.git] / vv / vvToolFoo.cxx
index 29c315ecad711fc3bef28af683c0a03384e0a50f..66a97d7417c8e813a5cf592728264a6e0e8fbe0e 100644 (file)
@@ -44,7 +44,7 @@ vvToolFoo::~vvToolFoo() {
 void vvToolFoo::Initialize() {
   SetToolName("Foo");
   SetToolMenuName("Foo");
-  SetToolIconFilename(":/new/prefix1/icons/ducky.png");
+  SetToolIconFilename(":/common/icons/ducky.png");
   SetToolTip("Make 'foo' on an image.");
 }
 //------------------------------------------------------------------------------