From f4b92c5c224f8aeffc8ffb9b372fc9b25bac2559 Mon Sep 17 00:00:00 2001 From: dartraiden Date: Sat, 17 Dec 2022 15:36:37 +0300 Subject: Mediawiki considers URLs with and without a trailing slash as different pages, see https://phabricator.wikimedia.org/T14703 --- protocols/LotusNotify/src/version.h | 30 +++++++++++++++--------------- 1 file changed, 15 insertions(+), 15 deletions(-) (limited to 'protocols/LotusNotify/src') diff --git a/protocols/LotusNotify/src/version.h b/protocols/LotusNotify/src/version.h index 44f9d3b95c..0b95052f36 100644 --- a/protocols/LotusNotify/src/version.h +++ b/protocols/LotusNotify/src/version.h @@ -1,15 +1,15 @@ -#define __MAJOR_VERSION 0 -#define __MINOR_VERSION 1 -#define __RELEASE_NUM 23 -#define __BUILD_NUM 1 - -#include - -#define __PLUGIN_NAME "LotusNotify" -#define __FILENAME "LotusNotify.dll" -#define __DESCRIPTION "Notify about new mail in Lotus Database" -#define __FILECOMMENTS "Miranda NG Plugin - Notify about new mail in Lotus Database" -#define __AUTHOR "MaKaRSoFT - http://maciej.wycik.pl/miranda" -#define __AUTHORWEB "https://miranda-ng.org/p/LotusNotify/" -#define __COPYRIGHT "© 2006 MaKaRSoFT, 2013 wsx22, 2015 pepinlebref" -#define __LEGALTRADEMARKS "Freeware" +#define __MAJOR_VERSION 0 +#define __MINOR_VERSION 1 +#define __RELEASE_NUM 23 +#define __BUILD_NUM 1 + +#include + +#define __PLUGIN_NAME "LotusNotify" +#define __FILENAME "LotusNotify.dll" +#define __DESCRIPTION "Notify about new mail in Lotus Database" +#define __FILECOMMENTS "Miranda NG Plugin - Notify about new mail in Lotus Database" +#define __AUTHOR "MaKaRSoFT - http://maciej.wycik.pl/miranda" +#define __AUTHORWEB "https://miranda-ng.org/p/LotusNotify" +#define __COPYRIGHT "© 2006 MaKaRSoFT, 2013 wsx22, 2015 pepinlebref" +#define __LEGALTRADEMARKS "Freeware" -- cgit v1.2.3