diff options
author | George Hazan <ghazan@miranda.im> | 2019-07-24 17:13:02 +0300 |
---|---|---|
committer | George Hazan <ghazan@miranda.im> | 2019-07-24 17:13:02 +0300 |
commit | 789aa2edb6337739caccbf0a5769d2419ffd4bb9 (patch) | |
tree | f9420d17e59016f50ad5162c052ada6ba001f551 /include/delphi/m_hotkeys.inc | |
parent | dda1c6b8e7c98a4a5b31661e9b389b594172484c (diff) |
code cleaning
Diffstat (limited to 'include/delphi/m_hotkeys.inc')
-rw-r--r-- | include/delphi/m_hotkeys.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/delphi/m_hotkeys.inc b/include/delphi/m_hotkeys.inc index 4fb0cfc659..e19a2585f3 100644 --- a/include/delphi/m_hotkeys.inc +++ b/include/delphi/m_hotkeys.inc @@ -35,8 +35,8 @@ type pszSection :TChar; // section name used to group sounds (NULL is acceptable)
pszService :PAnsiChar; // Service to call when HotKey Pressed
DefHotKey :word; // default hot key for action
- lParam :LPARAM; // lParam to pass to service
dwFlags :dword; // Miranda ver >=9.0
+ lParam :LPARAM; // lParam to pass to service
end;
|