diff options
author | mataes2007 <mataes2007@e753b5eb-9565-29b2-b5c5-2cc6f99dfbcb> | 2011-11-26 15:47:48 +0000 |
---|---|---|
committer | mataes2007 <mataes2007@e753b5eb-9565-29b2-b5c5-2cc6f99dfbcb> | 2011-11-26 15:47:48 +0000 |
commit | a6b865c29d52376d0b5470a68b9d4920721ed097 (patch) | |
tree | f497b4a804cf9c5d7224a5d25c313792bb914362 /ZeroNotification | |
parent | f04d64869f3b1de54fb343f28f955584780001b8 (diff) |
plugins description fix
git-svn-id: http://miranda-plugins.googlecode.com/svn/trunk@216 e753b5eb-9565-29b2-b5c5-2cc6f99dfbcb
Diffstat (limited to 'ZeroNotification')
-rw-r--r-- | ZeroNotification/version.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ZeroNotification/version.h b/ZeroNotification/version.h index bb5c930..7295224 100644 --- a/ZeroNotification/version.h +++ b/ZeroNotification/version.h @@ -7,7 +7,7 @@ #if defined(_WIN64)
#define PLUGINNAME "Zero Notifications (x64)"
#elif defined(_UNICODE)
- #define PLUGINNAME "Zero Notifications (AlfaMaR)"
+ #define PLUGINNAME "Zero Notifications (Unicode)"
#else
#define PLUGINNAME "Zero Notifications"
#endif
|