[SHELL32] Enable the "Apply" button when user takes action on the edit box control...
[reactos.git] / dll / win32 / shell32 / dialogs / recycler_prop.cpp
index d249e05..95840be 100644 (file)
@@ -304,6 +304,10 @@ RecycleBinDlg(
                     toggleNukeOnDeleteOption(hwndDlg, FALSE);
                     PropSheet_Changed(GetParent(hwndDlg), hwndDlg);
                     break;
+                case 14002:
+                    if (HIWORD(wParam) == EN_CHANGE)
+                        PropSheet_Changed(GetParent(hwndDlg), hwndDlg);
+                    break;
                 case 14003:
                     toggleNukeOnDeleteOption(hwndDlg, TRUE);
                     PropSheet_Changed(GetParent(hwndDlg), hwndDlg);