diff options
-rw-r--r-- | protocols/WhatsApp/src/main.cpp | 1 | ||||
-rw-r--r-- | protocols/WhatsApp/src/version.h | 3 |
2 files changed, 1 insertions, 3 deletions
diff --git a/protocols/WhatsApp/src/main.cpp b/protocols/WhatsApp/src/main.cpp index e166fc73c3..7c0e54ba22 100644 --- a/protocols/WhatsApp/src/main.cpp +++ b/protocols/WhatsApp/src/main.cpp @@ -22,7 +22,6 @@ PLUGININFOEX pluginInfo = { PLUGIN_MAKE_VERSION(__MAJOR_VERSION, __MINOR_VERSION, __RELEASE_NUM, __BUILD_NUM), __DESCRIPTION, __AUTHOR, - __AUTHOREMAIL, __COPYRIGHT, UNICODE_AWARE, //not transient // {008B9CE1-154B-44E4-9823-97C1AAB00C3C} diff --git a/protocols/WhatsApp/src/version.h b/protocols/WhatsApp/src/version.h index 18e50dd07e..8319411ccb 100644 --- a/protocols/WhatsApp/src/version.h +++ b/protocols/WhatsApp/src/version.h @@ -9,6 +9,5 @@ #define __FILENAME "WhatsApp.dll" #define __DESCRIPTION "WhatsApp protocol support for Miranda NG." #define __AUTHOR "George Hazan" -#define __AUTHOREMAIL "" #define __AUTHORWEB "https://miranda-ng.org/p/WhatsApp/" -#define __COPYRIGHT "© 2019-22 Miranda NG Team" +#define __COPYRIGHT "© 2019-22 Miranda NG team" |