]> Creatis software - clitk.git/commitdiff
Put registration on a public web page
authorSimon Rit <simon.rit@creatis.insa-lyon.fr>
Tue, 17 May 2011 13:40:52 +0000 (15:40 +0200)
committerSimon Rit <simon.rit@creatis.insa-lyon.fr>
Tue, 17 May 2011 13:40:52 +0000 (15:40 +0200)
vv/vvMainWindow.cxx

index 5225a036664de71c6f85b9046904aa0a71ac28f1..c82e77f29d9fd293762919635265f9723e632ad0 100644 (file)
@@ -331,7 +331,7 @@ vvMainWindow::vvMainWindow():vvMainWindowBase()
 
 void vvMainWindow::show(){
   vvMainWindowBase::show();
-  vvRegisterForm* registerForm = new vvRegisterForm(QUrl("http://localhost/vvregister/write.php"), getVVSettingsPath(), getSettingsOptionFormat());
+  vvRegisterForm* registerForm = new vvRegisterForm(QUrl("http://www.creatis.insa-lyon.fr/~dsarrut/vvregister/write.php"), getVVSettingsPath(), getSettingsOptionFormat());
   if(registerForm->canPush()){
     registerForm->show();
     registerForm->acquitPushed();//too bad if there is not internet connection anymore.