diff options
Diffstat (limited to 'ZeroNotification/version.h')
-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
|