소스 검색

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

Neal Wilson 9 년 전
부모
커밋
70d793ffdf
1개의 변경된 파일2개의 추가작업 그리고 0개의 파일을 삭제
  1. 2
    0
      src/helpmenu.w

+ 2
- 0
src/helpmenu.w 파일 보기

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

Loading…
취소
저장