[EXPLORER] Stubplement Customize Notifications dialog. Patch by Jared Smudde. CORE...
[reactos.git] / reactos / base / shell / explorer / trayprop.cpp
index e77a0bd..9a842bd 100644 (file)
@@ -234,6 +234,9 @@ TaskbarPageProc(HWND hwndDlg,
                         PropSheet_Changed(GetParent(hwndDlg), hwndDlg);
                     }
                     break;
+                case IDC_TASKBARPROP_ICONCUST:
+                    ShowCustomizeNotifyIcons(hExplorerInstance, hwndDlg);
+                    break;
             }
             break;