Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/kornelski/7z.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'CPP/7zip/UI/GUI/BenchmarkDialog.cpp')
-rw-r--r--CPP/7zip/UI/GUI/BenchmarkDialog.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/CPP/7zip/UI/GUI/BenchmarkDialog.cpp b/CPP/7zip/UI/GUI/BenchmarkDialog.cpp
index 2f118846..db4b1378 100644
--- a/CPP/7zip/UI/GUI/BenchmarkDialog.cpp
+++ b/CPP/7zip/UI/GUI/BenchmarkDialog.cpp
@@ -114,7 +114,7 @@ bool CBenchmarkDialog::OnInit()
// f.lfFaceName[0] = 0;
_font.Create(&f);
if (_font._font)
- _consoleEdit.SendMessage(WM_SETFONT, (WPARAM)_font._font, TRUE);
+ _consoleEdit.SendMsg(WM_SETFONT, (WPARAM)_font._font, TRUE);
}
{