summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKirill Volinsky <mataes2007@gmail.com>2015-04-22 07:59:08 +0000
committerKirill Volinsky <mataes2007@gmail.com>2015-04-22 07:59:08 +0000
commit21405ca763dba702362387242d4983ef469c4a0f (patch)
tree2fc0fc71d01f155d1f16bb0f4814acd83d878abb
parenta39e4e2feab1078c399b74d9407ae7e316cbe20b (diff)
fixed profile manager headerbar info
git-svn-id: http://svn.miranda-ng.org/main/trunk@13031 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
-rw-r--r--src/modules/database/profilemanager.cpp4
1 files changed, 1 insertions, 3 deletions
diff --git a/src/modules/database/profilemanager.cpp b/src/modules/database/profilemanager.cpp
index ca2cbf8448..b562089040 100644
--- a/src/modules/database/profilemanager.cpp
+++ b/src/modules/database/profilemanager.cpp
@@ -619,9 +619,7 @@ static INT_PTR CALLBACK DlgProfileManager(HWND hwndDlg, UINT msg, WPARAM wParam,
EnableWindow(prof->hwndOK, FALSE);
SetWindowLongPtr(hwndDlg, GWLP_USERDATA, (LONG_PTR)dat);
- TCHAR buf[512];
- mir_sntprintf(buf, SIZEOF(buf), _T("%s\n%s"), TranslateT("Miranda NG profile manager"), TranslateT("Manage your Miranda NG profile"));
- SetDlgItemText(hwndDlg, IDC_NAME, buf);
+ SetDlgItemText(hwndDlg, IDC_NAME, TranslateT("Manage your Miranda NG profile"));
dat->currentPage = 0;
dat->pageCount = psh->nPages;