diff options
-rw-r--r-- | plugins/Dbx_mdbx/src/version.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/plugins/Dbx_mdbx/src/version.h b/plugins/Dbx_mdbx/src/version.h index 0b97e64886..a4d8e7ef7b 100644 --- a/plugins/Dbx_mdbx/src/version.h +++ b/plugins/Dbx_mdbx/src/version.h @@ -5,9 +5,9 @@ #include <stdver.h>
-#define __PLUGIN_NAME "Miranda NG MDBX database driver (https://github.com/leo-yuriev/libmdbx)"
-#define __FILENAME "dbx_mdbx.dll"
+#define __PLUGIN_NAME "Miranda NG MDBX database driver"
+#define __FILENAME "Dbx_mdbx.dll"
#define __DESCRIPTION "Provides Miranda database support: global settings, contacts, history, settings per contact."
#define __AUTHOR "Miranda-NG project"
-#define __AUTHORWEB "https://miranda-ng.org/p/dbx_mdbx/"
+#define __AUTHORWEB "https://miranda-ng.org/p/Dbx_mdbx/"
#define __COPYRIGHT "© 2015-18 Miranda NG team"
|