From 1d27f48747a56f66d642527af00370aeb54fae23 Mon Sep 17 00:00:00 2001 From: Vadim Dashevskiy Date: Sat, 12 Jan 2013 12:39:28 +0000 Subject: - One more portion of Miranda IM extermination from Russian langpack - Some obsolete warning messageboxes removed - Geraman language added to LangpackSuite git-svn-id: http://svn.miranda-ng.org/main/trunk@3067 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- plugins/LangMan/src/main.cpp | 6 ------ 1 file changed, 6 deletions(-) (limited to 'plugins/LangMan/src') diff --git a/plugins/LangMan/src/main.cpp b/plugins/LangMan/src/main.cpp index db222bf309..c5b267fd33 100644 --- a/plugins/LangMan/src/main.cpp +++ b/plugins/LangMan/src/main.cpp @@ -115,12 +115,6 @@ __declspec(dllexport) int Load(void) * is checked in MirandaPluginInfo(). * Not placed in MirandaPluginInfo() to avoid MessageBoxes on plugin options. * Using ANSI as LANG_UNICODE might not be supported. */ - if ( CallService(MS_SYSTEM_GETVERSION, 0, 0) < NEEDED_MIRANDA_VERSION ) { - char szText[256]; - mir_snprintf(szText, sizeof(szText), Translate("The Language Pack Manager Plugin can not be loaded. It requires Miranda IM %hs or later."), NEEDED_MIRANDA_VERSION_STR); - MessageBoxA(NULL, szText, Translate("Language Pack Manager Plugin"), MB_OK|MB_ICONERROR|MB_SETFOREGROUND|MB_TOPMOST|MB_TASKMODAL); - return 1; - } INITCOMMONCONTROLSEX icc; icc.dwSize = sizeof(icc); -- cgit v1.2.3