Browse Source

Temporarily remove license window. Third party licenses are still under About Typica

Neal Wilson 9 years ago
parent
commit
70d793ffdf
1 changed files with 2 additions and 0 deletions
  1. 2
    0
      src/helpmenu.w

+ 2
- 0
src/helpmenu.w View File

52
 	aboutTypicaAction->setObjectName("aboutTypicaAction");
52
 	aboutTypicaAction->setObjectName("aboutTypicaAction");
53
 	addAction(aboutTypicaAction);
53
 	addAction(aboutTypicaAction);
54
 	connect(aboutTypicaAction, SIGNAL(triggered()), this, SLOT(displayAboutTypica()));
54
 	connect(aboutTypicaAction, SIGNAL(triggered()), this, SLOT(displayAboutTypica()));
55
+#if 0
55
 	QAction *licenseAction = new QAction(tr("License Information"), this);
56
 	QAction *licenseAction = new QAction(tr("License Information"), this);
56
 	licenseAction->setObjectName("licenseAction");
57
 	licenseAction->setObjectName("licenseAction");
57
 	addAction(licenseAction);
58
 	addAction(licenseAction);
58
 	connect(licenseAction, SIGNAL(triggered()), this, SLOT(displayLicenseWindow()));
59
 	connect(licenseAction, SIGNAL(triggered()), this, SLOT(displayLicenseWindow()));
60
+#endif
59
 }
61
 }
60
 
62
 
61
 @ When "About Typica" is selected from the menu, we display an about box. This
63
 @ When "About Typica" is selected from the menu, we display an about box. This

Loading…
Cancel
Save