diff options
author | Vadim Dashevskiy <watcherhd@gmail.com> | 2012-08-15 09:23:57 +0000 |
---|---|---|
committer | Vadim Dashevskiy <watcherhd@gmail.com> | 2012-08-15 09:23:57 +0000 |
commit | 25747f06ccfca211d883955608bd779d98c360c2 (patch) | |
tree | f17c20c4001d10e229a9d1a0a86a90bb65a01106 /plugins/LangMan | |
parent | d8fdc1b64f985ca228ab231069b4e556ded07006 (diff) |
Yet another Miranda IM > NG rename part 2
git-svn-id: http://svn.miranda-ng.org/main/trunk@1461 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/LangMan')
-rw-r--r-- | plugins/LangMan/src/langpack.cpp | 8 |
1 files changed, 4 insertions, 4 deletions
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 */
|