diff options
author | Vadim Dashevskiy <watcherhd@gmail.com> | 2012-07-23 20:07:17 +0000 |
---|---|---|
committer | Vadim Dashevskiy <watcherhd@gmail.com> | 2012-07-23 20:07:17 +0000 |
commit | 290f72980a890c08e043ba8f57f59d2c81c14026 (patch) | |
tree | 93347b2a2686ddbe86d47f76986034e7edd7705b /src/modules/database/database.cpp | |
parent | cb1dd8e6105be3ccc666b7f2412d0df6a4d432b7 (diff) |
Miranda IM renamed to Miranda NG part 2 and contributors.txt edited
git-svn-id: http://svn.miranda-ng.org/main/trunk@1138 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'src/modules/database/database.cpp')
-rw-r--r-- | src/modules/database/database.cpp | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/modules/database/database.cpp b/src/modules/database/database.cpp index 13ce6bbfa9..65bb98fb6d 100644 --- a/src/modules/database/database.cpp +++ b/src/modules/database/database.cpp @@ -235,7 +235,7 @@ static void moveProfileDirProfiles(TCHAR *profiledir, BOOL isRootDir = TRUE) TCHAR buf[512];
mir_sntprintf(buf, SIZEOF(buf), TranslateTS(tszMoveMsg), path, path2);
- MessageBox(NULL, buf, _T("Miranda IM"), MB_ICONERROR | MB_OK);
+ MessageBox(NULL, buf, _T("Miranda NG"), MB_ICONERROR | MB_OK);
}
else if (MoveFile(path, path2) == 0)
{
@@ -246,7 +246,7 @@ static void moveProfileDirProfiles(TCHAR *profiledir, BOOL isRootDir = TRUE) TCHAR buf[512];
mir_sntprintf(buf, SIZEOF(buf), TranslateTS(tszMoveMsg), path, path2);
- MessageBox(NULL, buf, _T("Miranda IM"), MB_ICONERROR | MB_OK);
+ MessageBox(NULL, buf, _T("Miranda NG"), MB_ICONERROR | MB_OK);
break;
}
mir_free(profile);
@@ -333,7 +333,7 @@ static int getProfile(TCHAR *szProfile, size_t cch) MessageBox(NULL,
_T("Profile cannot be placed into Miranda root folder.\n")
_T("Please move Miranda profile to some other location."),
- _T("Miranda IM"), MB_ICONERROR | MB_OK);
+ _T("Miranda NG"), MB_ICONERROR | MB_OK);
return 0;
}
if (getProfileAutoRun(szProfile))
|