diff options
author | Dart Raiden <wowemuh@gmail.com> | 2015-12-28 13:10:47 +0000 |
---|---|---|
committer | Dart Raiden <wowemuh@gmail.com> | 2015-12-28 13:10:47 +0000 |
commit | 79b1ada8ab3b7bc61eb77c261d2db0fe1ff77676 (patch) | |
tree | 8902d7880a1e4a4432a2d8cebf883b015a9bdcca /plugins/AVS/src/main.cpp | |
parent | 585beea01e6e45ea8ce1464dd92e768b46fb9b55 (diff) |
AVS: decapitalization
git-svn-id: http://svn.miranda-ng.org/main/trunk@15949 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/AVS/src/main.cpp')
-rw-r--r-- | plugins/AVS/src/main.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/AVS/src/main.cpp b/plugins/AVS/src/main.cpp index 373f536ed4..faeb65c648 100644 --- a/plugins/AVS/src/main.cpp +++ b/plugins/AVS/src/main.cpp @@ -407,7 +407,7 @@ extern "C" int __declspec(dllexport) Load(void) result = CallService(MS_IMG_GETINTERFACE, FI_IF_VERSION, (LPARAM)&fei);
if (fei == NULL || result != S_OK) {
- MessageBox(0, TranslateT("Fatal error, image services not found. Avatar services will be disabled."), TranslateT("Avatar Service"), MB_OK);
+ MessageBox(0, TranslateT("Fatal error, image services not found. Avatar services will be disabled."), TranslateT("Avatar service"), MB_OK);
return 1;
}
LoadACC();
|