From 25747f06ccfca211d883955608bd779d98c360c2 Mon Sep 17 00:00:00 2001 From: Vadim Dashevskiy Date: Wed, 15 Aug 2012 09:23:57 +0000 Subject: Yet another Miranda IM > NG rename part 2 git-svn-id: http://svn.miranda-ng.org/main/trunk@1461 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- plugins/MenuItemEx/src/main.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'plugins/MenuItemEx') diff --git a/plugins/MenuItemEx/src/main.cpp b/plugins/MenuItemEx/src/main.cpp index ca7a914527..c99a7358c2 100644 --- a/plugins/MenuItemEx/src/main.cpp +++ b/plugins/MenuItemEx/src/main.cpp @@ -880,7 +880,7 @@ INT_PTR onChangeProto(WPARAM wparam,LPARAM lparam) return 0; } if(MessageBox(NULL,(LPCTSTR)TranslateT("Do you want to send authorization request\nto new contact?"), - TranslateT("Miranda IM"), MB_OKCANCEL | MB_SETFOREGROUND | MB_TOPMOST) == IDOK) + TranslateT("Miranda NG"), MB_OKCANCEL | MB_SETFOREGROUND | MB_TOPMOST) == IDOK) onSendAuthRequest((WPARAM)hContactNew, 0); -- cgit v1.2.3