apply James Hoo 's other original mod

This commit is contained in:
shunf4
2024-04-20 19:09:23 +08:00
parent 517e633fb7
commit 0d250e1d01
10 changed files with 89 additions and 30 deletions

View File

@@ -11,6 +11,7 @@
#include "../Common/CompressCall.h"
#include "AboutDialog.h"
#include "AboutEasy7ZipDialog.h"
#include "App.h"
#include "HelpUtils.h"
#include "LangUtils.h"
@@ -818,6 +819,12 @@ bool OnMenuCommand(HWND hWnd, unsigned id)
dialog.Create(hWnd);
break;
}
case IDM_ABOUT_EASY_7ZIP:
{
CAboutEasy7ZipDialog dialog;
dialog.Create(hWnd);
break;
}
default:
{
if (id >= kOpenBookmarkMenuID && id <= kOpenBookmarkMenuID + 9)