Skip to content

Commit c5cef7b

Browse files
committed
Don't show this license
1 parent 8143dcf commit c5cef7b

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

src/Interface/Application/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,8 +102,8 @@ SET(Interface_Application_HEADERS
102102
SET(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

src/Interface/Application/MainWindowCollaborators.cc

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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);

0 commit comments

Comments
 (0)