diff options
author | Vadim Dashevskiy <watcherhd@gmail.com> | 2012-05-18 14:45:46 +0000 |
---|---|---|
committer | Vadim Dashevskiy <watcherhd@gmail.com> | 2012-05-18 14:45:46 +0000 |
commit | e2e385600a588113df3353d2256e94b3dd0c3a72 (patch) | |
tree | fae17e9d0498b9ae601ee4c3b6a8aa301beb2eb0 /plugins/Popup | |
parent | 00c02423ce5678c3138c4adfc3e3cb81185aa87b (diff) |
Popup: compilation fix
git-svn-id: http://svn.miranda-ng.org/main/trunk@44 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/Popup')
-rw-r--r-- | plugins/Popup/src/headers.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/Popup/src/headers.h b/plugins/Popup/src/headers.h index 217424579d..b0a0d0e563 100644 --- a/plugins/Popup/src/headers.h +++ b/plugins/Popup/src/headers.h @@ -89,7 +89,7 @@ Last change by : $Author: Merlin_de $ #include "../resource.h"
#define NOWIN2K
- #define MIRANDA_VER 0x0900
+ #define MIRANDA_VER 0x0A00
#define MIRANDA_CUSTOM_LP
//Miranda API (see Miranda svn)
|