From 21405ca763dba702362387242d4983ef469c4a0f Mon Sep 17 00:00:00 2001 From: Kirill Volinsky Date: Wed, 22 Apr 2015 07:59:08 +0000 Subject: fixed profile manager headerbar info git-svn-id: http://svn.miranda-ng.org/main/trunk@13031 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- src/modules/database/profilemanager.cpp | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'src') 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; -- cgit v1.2.3