signed/unsigned mismatch warning
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@5052 212acab6-be3b-0410-9dea-997c60f758d6
This commit is contained in:
parent
3608995944
commit
dea5a5862c
1 changed files with 1 additions and 1 deletions
|
@ -47,7 +47,7 @@ BOOL CALLBACK DialogProc(HWND hwndDlg, UINT uMsg, WPARAM wParam, LPARAM lParam)
|
||||||
}
|
}
|
||||||
// select the current language
|
// select the current language
|
||||||
if (selected_language)
|
if (selected_language)
|
||||||
SendDlgItemMessage(hwndDlg, IDC_LANGUAGE, CB_SELECTSTRING, -1, (LPARAM) selected_language);
|
SendDlgItemMessage(hwndDlg, IDC_LANGUAGE, CB_SELECTSTRING, (WPARAM) -1, (LPARAM) selected_language);
|
||||||
else
|
else
|
||||||
SendDlgItemMessage(hwndDlg, IDC_LANGUAGE, CB_SETCURSEL, 0, 0);
|
SendDlgItemMessage(hwndDlg, IDC_LANGUAGE, CB_SETCURSEL, 0, 0);
|
||||||
// set texts
|
// set texts
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue