summaryrefslogtreecommitdiff
path: root/plugins/Utils.pas/appcmdapi.pas
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/Utils.pas/appcmdapi.pas')
-rw-r--r--plugins/Utils.pas/appcmdapi.pas2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/Utils.pas/appcmdapi.pas b/plugins/Utils.pas/appcmdapi.pas
index b316838ba3..5140e74f65 100644
--- a/plugins/Utils.pas/appcmdapi.pas
+++ b/plugins/Utils.pas/appcmdapi.pas
@@ -91,7 +91,7 @@ const
function SendMMCommand(wnd:HWND; cmd:integer):integer;
begin
// result:=ord(SendMessageW(wnd,WM_APPCOMMAND,wnd,cmd shl 16));
- result:=ord(SendnotifyMessageW(wnd,WM_APPCOMMAND,wnd,cmd shl 16));
+ result:=ord(SendNotifyMessageW(wnd,WM_APPCOMMAND,wnd,cmd shl 16));
end;
end.