summaryrefslogtreecommitdiff
path: root/plugins/Scriver/src
diff options
context:
space:
mode:
authorDart Raiden <wowemuh@gmail.com>2014-08-05 20:53:18 +0000
committerDart Raiden <wowemuh@gmail.com>2014-08-05 20:53:18 +0000
commit29dc5b6a2cc340f879221ccd7e54c2bad8b8be51 (patch)
tree4ad33f95e15115a403af781681edcdab24bd98e3 /plugins/Scriver/src
parent9c7cd5b212a391b919d7ea856aebf4a123234975 (diff)
Windows 95 is not supported
git-svn-id: http://svn.miranda-ng.org/main/trunk@10086 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/Scriver/src')
-rw-r--r--plugins/Scriver/src/msgs.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/Scriver/src/msgs.cpp b/plugins/Scriver/src/msgs.cpp
index c40d510315..c41ddf2b9f 100644
--- a/plugins/Scriver/src/msgs.cpp
+++ b/plugins/Scriver/src/msgs.cpp
@@ -514,7 +514,7 @@ int OnLoadModule(void)
if (LoadLibraryA("riched20.dll") == NULL) {
if (IDYES != MessageBox(0,
TranslateT
- ("Miranda could not load the built-in message module, riched20.dll is missing. If you are using Windows 95 or WINE please make sure you have riched20.dll installed. Press 'Yes' to continue loading Miranda."),
+ ("Miranda could not load the built-in message module, riched20.dll is missing. If you are using WINE please make sure you have riched20.dll installed. Press 'Yes' to continue loading Miranda."),
TranslateT("Information"), MB_YESNO | MB_ICONINFORMATION))
return 1;
return 0;