apply James Hoo 's other original mod

This commit is contained in:
shunf4
2024-04-20 19:09:23 +08:00
parent d5255dec84
commit b085993aae
10 changed files with 86 additions and 27 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"
@@ -894,6 +895,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 >= k_MenuID_OpenBookmark && id <= k_MenuID_OpenBookmark + 9)