summaryrefslogtreecommitdiff
path: root/include/m_hotkeys.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/m_hotkeys.h')
-rw-r--r--include/m_hotkeys.h7
1 files changed, 4 insertions, 3 deletions
diff --git a/include/m_hotkeys.h b/include/m_hotkeys.h
index d15c14a993..33ebde9817 100644
--- a/include/m_hotkeys.h
+++ b/include/m_hotkeys.h
@@ -1,8 +1,9 @@
/*
-Miranda IM: the free IM client for Microsoft* Windows*
+Miranda NG: the free IM client for Microsoft* Windows*
-Copyright 2000-2008 Miranda ICQ/IM project,
+Copyright (c) 2012-14 Miranda NG project (http://miranda-ng.org)
+Copyright (c) 2000-08 Miranda ICQ/IM project,
all portions of this codebase are copyrighted to the people
listed in contributors.txt.
@@ -69,7 +70,7 @@ Returns 0 on failure or hotkey atom id on success
*/
__forceinline INT_PTR Hotkey_Register(HOTKEYDESC *hk)
-{
+{
return CallService("CoreHotkeys/Register", (WPARAM)hLangpack, (LPARAM)hk);
}