Browse Source

Put messageBoxModuleRegistration back in

Matt Clarkson 11 years ago
parent
commit
8479c0d095

+ 2 - 2
Applications/ctkCommandLineModuleExplorer/ctkCmdLineModuleExplorerMainWindow.cpp

@@ -154,8 +154,8 @@ ctkCLModuleExplorerMainWindow::ctkCLModuleExplorerMainWindow(QWidget *parent) :
 
   pollPauseTimer.start();
 
-  //ctkCmdLineModuleExplorerUtils::messageBoxModuleRegistration(future,
-  //                                                            moduleManager.validationMode());
+  ctkCmdLineModuleExplorerUtils::messageBoxModuleRegistration(future,
+                                                              moduleManager.validationMode());
 }