mirror of
https://github.com/Xevion/easy7zip.git
synced 2025-12-07 13:15:04 -06:00
4.45 beta
This commit is contained in:
committed by
Kornel Lesiński
parent
d9666cf046
commit
a145bfc7cf
@@ -12,7 +12,7 @@
|
||||
#include "resource.h"
|
||||
#include "App.h"
|
||||
#include "Resource/AboutDialog/AboutDialog.h"
|
||||
#include "Resource/BenchmarkDialog/BenchmarkDialog.h"
|
||||
#include "../UI/Common/CompressCall.h"
|
||||
|
||||
#include "HelpUtils.h"
|
||||
#include "LangUtils.h"
|
||||
@@ -662,7 +662,7 @@ bool OnMenuCommand(HWND hWnd, int id)
|
||||
break;
|
||||
|
||||
case IDM_BENCHMARK:
|
||||
Benchmark(hWnd);
|
||||
Benchmark();
|
||||
break;
|
||||
// Help
|
||||
case IDM_HELP_CONTENTS:
|
||||
|
||||
Reference in New Issue
Block a user