summaryrefslogtreecommitdiff
path: root/plugins
diff options
context:
space:
mode:
authorGeorge Hazan <ghazan@miranda.im>2018-12-08 18:42:01 +0300
committerGeorge Hazan <ghazan@miranda.im>2018-12-08 18:42:01 +0300
commit3fde828aa82d85a52ea32af85104fd97ed0257e8 (patch)
tree2b8aedfa51b1781a641dbc950db4575d5d4e9484 /plugins
parent0b084cff5bb71a140d5181caa452a95b74ac8103 (diff)
LutusNotify: fix for obsolete error message
Diffstat (limited to 'plugins')
-rw-r--r--plugins/LotusNotify/src/LotusNotify.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/LotusNotify/src/LotusNotify.cpp b/plugins/LotusNotify/src/LotusNotify.cpp
index bf600ad4fa..27f485002a 100644
--- a/plugins/LotusNotify/src/LotusNotify.cpp
+++ b/plugins/LotusNotify/src/LotusNotify.cpp
@@ -57,7 +57,7 @@ int diffstat = 0;
int startuperror = 0;
wchar_t *startuperrors[] = {
LPGENW("Unable to load all required Lotus API functions"),
- LPGENW("Lotus Notes Client not detected. Check plugin configuration description on install.txt"),
+ LPGENW("Lotus Notes Client not detected. Check plugin configuration description at https://miranda-ng.org/p/LotusNotify"),
LPGENW("Unable to initialize Notes."),
LPGENW("Lotus Notes Extension Manager was not registered. Authentication function will not work properly"),
LPGENW("In notes.ini file there is no required entry EXTMGR_ADDINS=plugindllnamewithout\".dll\"")