summaryrefslogtreecommitdiff
path: root/src/modules/database/profilemanager.cpp
diff options
context:
space:
mode:
authorVadim Dashevskiy <watcherhd@gmail.com>2012-07-23 20:07:17 +0000
committerVadim Dashevskiy <watcherhd@gmail.com>2012-07-23 20:07:17 +0000
commit290f72980a890c08e043ba8f57f59d2c81c14026 (patch)
tree93347b2a2686ddbe86d47f76986034e7edd7705b /src/modules/database/profilemanager.cpp
parentcb1dd8e6105be3ccc666b7f2412d0df6a4d432b7 (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/profilemanager.cpp')
-rw-r--r--src/modules/database/profilemanager.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/modules/database/profilemanager.cpp b/src/modules/database/profilemanager.cpp
index 6ca3206574..4303aeddf9 100644
--- a/src/modules/database/profilemanager.cpp
+++ b/src/modules/database/profilemanager.cpp
@@ -78,7 +78,7 @@ static void ThemeDialogBackground(HWND hwnd)
static int findProfiles(TCHAR *szProfileDir, ENUMPROFILECALLBACK callback, LPARAM lParam)
{
- // find in Miranda IM profile subfolders
+ // find in Miranda NG profile subfolders
HANDLE hFind = INVALID_HANDLE_VALUE;
WIN32_FIND_DATA ffd;
TCHAR searchspec[MAX_PATH];
@@ -303,7 +303,7 @@ void DeleteProfile(HWND hwndList, int iItem, DlgProfData* dat)
mir_sntprintf(profilef, SIZEOF(profilef), TranslateT("Are you sure you want to remove profile \"%s\"?"), profile);
- if (IDYES != MessageBox(NULL, profilef, _T("Miranda IM"), MB_YESNO | MB_TASKMODAL | MB_ICONWARNING))
+ if (IDYES != MessageBox(NULL, profilef, _T("Miranda NG"), MB_YESNO | MB_TASKMODAL | MB_ICONWARNING))
return;
mir_sntprintf(profilef, SIZEOF(profilef), _T("%s\\%s%c"), dat->pd->szProfileDir, profile, 0);
@@ -512,7 +512,7 @@ static INT_PTR CALLBACK DlgProfileManager(HWND hwndDlg, UINT msg, WPARAM wParam,
{
TCHAR buf[512];
mir_sntprintf(buf, SIZEOF(buf), _T("%s: %s\n%s"), TranslateT("Miranda Profiles from"), prof->pd->szProfileDir,
- TranslateT("Select or create your Miranda IM user profile"));
+ TranslateT("Select or create your Miranda NG user profile"));
SetDlgItemText(hwndDlg, IDC_NAME, buf);
}