diff options
author | Dart Raiden <wowemuh@gmail.com> | 2013-10-19 00:39:27 +0000 |
---|---|---|
committer | Dart Raiden <wowemuh@gmail.com> | 2013-10-19 00:39:27 +0000 |
commit | 4fdf79aaf61ba7f896e40324bdb27f759b951f7f (patch) | |
tree | 12bea2958a6db8bb11cd0a1cc732f55c85dc646b /protocols/Xfire/src | |
parent | 5225e4012bf2f7c496bf3d409955ae5368a93d4a (diff) |
removing unnecessary spaces
git-svn-id: http://svn.miranda-ng.org/main/trunk@6527 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'protocols/Xfire/src')
-rw-r--r-- | protocols/Xfire/src/pwd_dlg.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
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;
|