From a6459760925f86dd94a8b1e7c0aed9ca27f45f5d Mon Sep 17 00:00:00 2001 From: Dart Raiden Date: Fri, 6 Dec 2013 11:37:33 +0000 Subject: MsgPopup: cosmetics, spelling correction git-svn-id: http://svn.miranda-ng.org/main/trunk@7068 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- plugins/MsgPopup/src/main.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'plugins/MsgPopup/src/main.cpp') diff --git a/plugins/MsgPopup/src/main.cpp b/plugins/MsgPopup/src/main.cpp index 4c3121d726..62f893c7cb 100644 --- a/plugins/MsgPopup/src/main.cpp +++ b/plugins/MsgPopup/src/main.cpp @@ -143,7 +143,7 @@ void HookOnImport(HMODULE hModule, char *lpszImpModName, DWORD lpOrigFunc, DWORD g_HookError = TRUE; mir_sntprintf(buf, SIZEOF(buf), TranslateT("VirtualProtect failed. Code %d\nTry to call the author"), GetLastError()); - prevMessageBox(0, buf, TranslateT("MsgBox"), MB_OK); + prevMessageBox(0, buf, TranslateT("Error"), MB_OK); } } *(DWORD*)ppfn = lpNewFunc; @@ -152,7 +152,7 @@ void HookOnImport(HMODULE hModule, char *lpszImpModName, DWORD lpOrigFunc, DWORD if(!g_HookError2) { g_HookError2 = TRUE; - prevMessageBox(0, TranslateT("Hmm. Something goes wrong. I can't write into the memory.\nAnd as you can see, there are no any exception raised...\nTry to call the author"), TranslateT("MsgBox"), MB_OK); + prevMessageBox(0, TranslateT("Hmm. Something goes wrong. I can't write into the memory.\nAnd as you can see, there are no any exception raised...\nTry to call the author"), TranslateT("Error"), MB_OK); } } } -- cgit v1.2.3