summaryrefslogtreecommitdiff
path: root/protocols/Xfire/src/pwd_dlg.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'protocols/Xfire/src/pwd_dlg.cpp')
-rw-r--r--protocols/Xfire/src/pwd_dlg.cpp2
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;