diff options
Diffstat (limited to 'protocols/Gadu-Gadu/src/userutils.cpp')
| -rw-r--r-- | protocols/Gadu-Gadu/src/userutils.cpp | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/protocols/Gadu-Gadu/src/userutils.cpp b/protocols/Gadu-Gadu/src/userutils.cpp index 8c47ebe3a6..a5fcae5ee3 100644 --- a/protocols/Gadu-Gadu/src/userutils.cpp +++ b/protocols/Gadu-Gadu/src/userutils.cpp @@ -226,7 +226,7 @@ INT_PTR CALLBACK gg_userutildlgproc(HWND hwndDlg, UINT msg, WPARAM wParam, LPARA  					BOOL enable;
  					GetDlgItemTextA(hwndDlg, IDC_PASSWORD, pass, SIZEOF(pass));
  					GetDlgItemTextA(hwndDlg, IDC_CPASSWORD, cpass, SIZEOF(cpass));
 -					enable = mir_strlen(pass) && mir_strlen(cpass) && !strcmp(cpass, pass);
 +					enable = mir_strlen(pass) && mir_strlen(cpass) && !mir_strcmp(cpass, pass);
  					if (dat && dat->mode == GG_USERUTIL_REMOVE)
  						EnableWindow(GetDlgItem(hwndDlg, IDOK), IsDlgButtonChecked(hwndDlg, IDC_CONFIRM) ? enable : FALSE);
  					else
  | 
