Enable the apply button when changing drive type.

This commit is contained in:
Alexandre Julliard 2005-10-20 11:39:12 +00:00
parent 97567c2d7b
commit e595ff24c7
1 changed files with 4 additions and 0 deletions

View File

@ -743,6 +743,10 @@ DriveDlgProc (HWND dialog, UINT msg, WPARAM wParam, LPARAM lParam)
break;
}
break;
case CBN_SELCHANGE:
SendMessage(GetParent(dialog), PSM_CHANGED, 0, 0);
break;
}
switch (LOWORD(wParam))