diff options
author | Vadim Dashevskiy <watcherhd@gmail.com> | 2012-06-15 18:52:16 +0000 |
---|---|---|
committer | Vadim Dashevskiy <watcherhd@gmail.com> | 2012-06-15 18:52:16 +0000 |
commit | 58973a21a30bf95427fd43c456e41e35c386218c (patch) | |
tree | 1413fba069ecd351b2c99fa5a53e52c68d8a662c /plugins/MenuItemEx/version.h | |
parent | 55b5cf8a5506f03350e5c80ac86f5717425e4d10 (diff) |
another portion of "#ifsef Unicode" removal
git-svn-id: http://svn.miranda-ng.org/main/trunk@434 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/MenuItemEx/version.h')
-rw-r--r-- | plugins/MenuItemEx/version.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/plugins/MenuItemEx/version.h b/plugins/MenuItemEx/version.h index 07b9cf78ef..59d1c2358c 100644 --- a/plugins/MenuItemEx/version.h +++ b/plugins/MenuItemEx/version.h @@ -10,10 +10,6 @@ #define __PLUGIN_NAME "MenuItemEx (Unicode) plugin for Miranda IM"
#define __PLUGIN_ID 4036
#define __PLUGIN_ID_STR "4036"
-#else
-#define __PLUGIN_NAME "MenuItemEx plugin for Miranda IM"
-#define __PLUGIN_ID 4303
-#define __PLUGIN_ID_STR "4303"
#endif
#define __WEB "http://addons.miranda-im.org/details.php?action=viewfile&id="
|