From 4fdf79aaf61ba7f896e40324bdb27f759b951f7f Mon Sep 17 00:00:00 2001 From: Dart Raiden Date: Sat, 19 Oct 2013 00:39:27 +0000 Subject: removing unnecessary spaces git-svn-id: http://svn.miranda-ng.org/main/trunk@6527 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- protocols/Xfire/src/pwd_dlg.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'protocols/Xfire/src/pwd_dlg.cpp') diff --git a/protocols/Xfire/src/pwd_dlg.cpp b/protocols/Xfire/src/pwd_dlg.cpp index b31f771cc0..a0bb0d5232 100644 --- a/protocols/Xfire/src/pwd_dlg.cpp +++ b/protocols/Xfire/src/pwd_dlg.cpp @@ -11,7 +11,7 @@ INT_PTR CALLBACK DlgPwProc(HWND hwndDlg, UINT msg, WPARAM wParam, LPARAM lParam) { case WM_INITDIALOG: { - SetWindowText(hwndDlg, LPGENT("Please enter server password ...")); + SetWindowText(hwndDlg, LPGENT("Please enter server password...")); TranslateDialogDefault(hwndDlg); SendMessage(hwndDlg,WM_SETICON, (WPARAM)false, (LPARAM)LoadIcon(hinstance, MAKEINTRESOURCE(IDI_TM))); return TRUE; -- cgit v1.2.3