blob: 6f0f1c9871a38ccf8ac6481d778906773e8e0cb9 (
plain)
| 1
2
3
4
5
6
7
8
9
10
11
12
13
 | #define __MAJOR_VERSION            0
#define __MINOR_VERSION            7
#define __RELEASE_NUM            0
#define __BUILD_NUM               1
#include <stdver.h>
#define __PLUGIN_NAME            "Tooltip notify"
#define __FILENAME               "TooltipNotify.dll"
#define __DESCRIPTION             "Shows a small tooltip above system tray area when a contact status is changed."
#define __AUTHOR                 "perf"
#define __AUTHORWEB               "https://miranda-ng.org/p/TooltipNotify"
#define __COPYRIGHT               "© 2004-2008 Gneedah software"
 |