File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
src/Interface/Application Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -102,8 +102,8 @@ SET(Interface_Application_HEADERS
102102SET (Interface_Application_FORMS
103103 DeveloperConsole.ui
104104 Module.ui
105- ConnectionStyleWizardPage.ui
106105 ModuleLogWindow.ui
106+ ConnectionStyleWizardPage.ui
107107 NoteEditor.ui
108108 Preferences.ui
109109 ProvenanceWindow.ui
Original file line number Diff line number Diff line change @@ -224,9 +224,9 @@ QWizardPage* NewUserWizard::createLicensePage()
224224 QString licenseText (
225225 " <p><a href = \" https://raw.githubusercontent.com/SCIInstitute/SCIRun/master/src/LICENSE.txt\" >SCIRun License</a>"
226226 " <p><a href = \" https://raw.githubusercontent.com/CIBC-Internal/teem/master/LICENSE.txt\" >Teem License</a>"
227- #if WITH_TETGEN
228- " <p><a href = \" http://wias-berlin.de/software/tetgen/1.5/FAQ-license.html\" >Tetgen License</a>"
229- #endif
227+ // #if WITH_TETGEN
228+ // "<p><a href = \"http://wias-berlin.de/software/tetgen/1.5/FAQ-license.html\">Tetgen License</a>"
229+ // #endif
230230 );
231231 auto layout = new QVBoxLayout;
232232 auto licenseLabel = new QLabel (licenseText);
You can’t perform that action at this time.
0 commit comments