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/LangMan/src/langpack.cpp | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'plugins/LangMan/src/langpack.cpp') diff --git a/plugins/LangMan/src/langpack.cpp b/plugins/LangMan/src/langpack.cpp index 0f783e0bbe..1fb31928de 100644 --- a/plugins/LangMan/src/langpack.cpp +++ b/plugins/LangMan/src/langpack.cpp @@ -145,8 +145,8 @@ static BOOL LoadPackData(LANGPACK_INFO *pack, BOOL fEnabledPacks, const char *ps Miranda Language Pack Version 1 Language: (optional) Locale: 0809 - Authors: Miranda IM Development Team (multiple tags allowed) - Author-email: project-info at miranda-im.org (" at " instead of "@" allowed) + Authors: Miranda NG Development Team (multiple tags allowed) + Author-email: project-info at miranda-ng.org (" at " instead of "@" allowed) Last-Modified-Using: Miranda IM 0.7 Plugins-included: (multiple tags allowed) X-FLName: name as used on the file listing (non-standard extension) @@ -295,8 +295,8 @@ BOOL EnumPacks(ENUM_PACKS_CALLBACK callback, const TCHAR *pszFilePattern, const ZeroMemory(&pack, sizeof(pack)); pack.Locale = LOCALE_USER_DEFAULT; /* miranda uses default locale in this case */ lstrcpy(pack.szLanguage, _T("English (default)")); /* buffer safe */ - lstrcpyA(pack.szAuthors, "Miranda IM Development Team"); /* buffer safe */ - lstrcpyA(pack.szAuthorEmail, "project-info at miranda-im.org"); /* buffer safe */ + lstrcpyA(pack.szAuthors, "Miranda NG Development Team"); /* buffer safe */ + lstrcpyA(pack.szAuthorEmail, "project-info at miranda-ng.org"); /* buffer safe */ CleanupEmail(pack.szAuthorEmail); /* correct " at " */ CleanupLastModifiedUsing(pack.szLastModifiedUsing, sizeof(pack.szLastModifiedUsing)); /* file date */ -- cgit v1.2.3