]> Creatis software - clitk.git/blobdiff - vv/vvLinkPanel.cxx
Adapted manual rigid registration: less functions in vvImage, more on vvToolRigidRed...
[clitk.git] / vv / vvLinkPanel.cxx
index 511248e4b5a5301364d8f35990fc9abea0fe22a3..b57aefdede60755e881c2b58a8711b4287d10156 100644 (file)
@@ -152,7 +152,7 @@ void vvLinkPanel::addLink()
         QTreePushButton* cButton = new QTreePushButton;
         cButton->setIndex(linkTableWidget->rowCount());
         cButton->setColumn(0);
-        cButton->setIcon(QIcon(QString::fromUtf8(":/new/prefix1/icons/exit.png")));
+        cButton->setIcon(QIcon(QString::fromUtf8(":/common/icons/exit.png")));
         connect(cButton,SIGNAL(clickedInto(int, int)),
                 this,SLOT(removeLink(int, int)));
         cButton->setToolTip(tr("remove link"));