diff options
author | Kirill Volinsky <mataes2007@gmail.com> | 2012-10-20 17:20:04 +0000 |
---|---|---|
committer | Kirill Volinsky <mataes2007@gmail.com> | 2012-10-20 17:20:04 +0000 |
commit | 761b24e09c32b49cabbebb97106da55459d112e7 (patch) | |
tree | e6e7bd081faf57cb4c96d425965ff29270552d44 /plugins/ChangeKeyboardLayout/src/hook_events.cpp | |
parent | 29dd41bae794c4b40573e966afce96ed87615f02 (diff) |
version info standartization
git-svn-id: http://svn.miranda-ng.org/main/trunk@2000 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/ChangeKeyboardLayout/src/hook_events.cpp')
-rw-r--r-- | plugins/ChangeKeyboardLayout/src/hook_events.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/plugins/ChangeKeyboardLayout/src/hook_events.cpp b/plugins/ChangeKeyboardLayout/src/hook_events.cpp index 5c94609252..6acadc9aea 100644 --- a/plugins/ChangeKeyboardLayout/src/hook_events.cpp +++ b/plugins/ChangeKeyboardLayout/src/hook_events.cpp @@ -1,4 +1,4 @@ -#include "hook_events.h"
+#include "commonheaders.h"
INT_PTR APIChangeLayout(WPARAM wParam, LPARAM lParam)
{
@@ -177,7 +177,7 @@ int ModulesLoaded(WPARAM wParam, LPARAM lParam) OnIconsChanged(0, 0);
RegPopupActions();
- DBWriteContactSettingDword(NULL, ModuleName, "CurrentVer", VERSION);
+ DBWriteContactSettingDword(NULL, ModuleName, "CurrentVer", PLUGIN_MAKE_VERSION(__MAJOR_VERSION, __MINOR_VERSION, __RELEASE_NUM, __BUILD_NUM));
return 0;
}
|