]> Creatis software - clitk.git/blobdiff - vv/vv.cxx
Added Manual Registration Tool with updated Median Filter tool
[clitk.git] / vv / vv.cxx
index 73e7792c8f2eb6bfdc44885889562e23bc883f2c..7d4097219def136d98eab79d950c87489a98871f 100644 (file)
--- a/vv/vv.cxx
+++ b/vv/vv.cxx
@@ -41,7 +41,7 @@ int main( int argc, char** argv )
     Q_INIT_RESOURCE(vvIcons);
     //QPixmap pixmap(":/splashscreen.PNG");
     QSplashScreen *splash = new QSplashScreen(QPixmap(QString::fromUtf8(":/new/prefix1/splashscreen.PNG")));
-    /*splash->showMessage("VV 1.0 developped by Léon Bérard cancer center http://oncora1.lyon.fnclcc.fr and CREATIS-LRMN http://www.creatis.insa-lyon.fr",(Qt::AlignRight | Qt::AlignBottom));*/
+    /*splash->showMessage("VV 1.0 developped by Léon Bérard c`ancer center http://oncora1.lyon.fnclcc.fr and CREATIS-LRMN http://www.creatis.insa-lyon.fr",(Qt::AlignRight | Qt::AlignBottom));*/
     //  splash->show();
     QTimer::singleShot(2000, splash, SLOT(close()));
     while (!splash->isHidden())