projects
/
reactos.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Fix usage of the first parameter for TranslateAccelerator: this should be the handle...
[reactos.git]
/
reactos
/
base
/
applications
/
sndrec32
/
sndrec32.cpp
diff --git
a/reactos/base/applications/sndrec32/sndrec32.cpp
b/reactos/base/applications/sndrec32/sndrec32.cpp
index
d586f64
..
18e23d1
100644
(file)
--- a/
reactos/base/applications/sndrec32/sndrec32.cpp
+++ b/
reactos/base/applications/sndrec32/sndrec32.cpp
@@
-211,7
+211,7
@@
_tWinMain(HINSTANCE hInstance,
/* Starts main loop */
while (GetMessage(&msg, NULL, 0, 0))
{
- if (!TranslateAccelerator(m
sg.hwnd
, hAccelTable, &msg))
+ if (!TranslateAccelerator(m
ain_win
, hAccelTable, &msg))
{
TranslateMessage(&msg);
DispatchMessage(&msg);