diff options
author | Vadim Dashevskiy <watcherhd@gmail.com> | 2012-06-13 22:16:46 +0000 |
---|---|---|
committer | Vadim Dashevskiy <watcherhd@gmail.com> | 2012-06-13 22:16:46 +0000 |
commit | a04043571f2d04ff9d117f921115f97f7bf42870 (patch) | |
tree | 38592b1a7324b6d3d50fe75976db1f73e20f2364 /plugins/ZeroNotification/version.h | |
parent | 950917d869583a8e09135c5d7b5b81d98ed1a213 (diff) |
Unicode description is no longer needed in PluginInfo
git-svn-id: http://svn.miranda-ng.org/main/trunk@401 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/ZeroNotification/version.h')
-rw-r--r-- | plugins/ZeroNotification/version.h | 16 |
1 files changed, 5 insertions, 11 deletions
diff --git a/plugins/ZeroNotification/version.h b/plugins/ZeroNotification/version.h index 0c06f4da3b..a334eec318 100644 --- a/plugins/ZeroNotification/version.h +++ b/plugins/ZeroNotification/version.h @@ -3,17 +3,11 @@ #define VER_RELEASE 0
#define VER_BUILD 5
-#define PLUGINNAME_SHORT "ZeroNotify"
-#if defined(_WIN64)
- #define PLUGINNAME "Zero Notifications (x64)"
-#elif defined(_UNICODE)
- #define PLUGINNAME "Zero Notifications (Unicode)"
-#else
- #define PLUGINNAME "Zero Notifications"
-#endif
-#define DESCRIPTION "Adds options to automatically disable notifications when a protocol is in a certain status."
-#define AUTHOR "bidyut (<0.0.0.5), Maat"
-#define COPYRIGHT "© 2005 bidyut, © 2009 Maat"
+#define PLUGINNAME_SHORT "ZeroNotify"
+#define PLUGINNAME "Zero Notifications"
+#define DESCRIPTION "Adds options to automatically disable notifications when a protocol is in a certain status."
+#define AUTHOR "bidyut (<0.0.0.5), Maat"
+#define COPYRIGHT "© 2005 bidyut, © 2009 Maat"
// {47D489D3-310D-4ef6-BD05-699FFFD5A4AA}
#define UID { 0x47d489d3, 0x310d, 0x4ef6, { 0xbd, 0x5, 0x69, 0x9f, 0xff, 0xd5, 0xa4, 0xaa } }
|