mirror of
https://github.com/Xevion/easy7zip.git
synced 2025-12-07 07:14:56 -06:00
apply James Hoo 's other original mod
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user