reactos/dll
Kyle Katarn cd6e1c73c0
[SHELL32] Fix "Open With..." spamming registry MRU keys. (#2685)
CORE-16981

The problem:
============

- When opening "Open With..." dialog for a given file format, multiple MRU items are appended to registry : 2 items written, even if dialog is closed "cancel".
- Expected behavior : 1 MRU item if execute is selected and 0 MRU if cancel is selected.

Fix:
====

- MRU item to be added when "Execute" is selected only.
- Once added, set the presence flag to avoid multiple MRU items being added later.
2020-04-30 23:03:10 +02:00
..
3rdparty [LIBXSLT] Update to version 1.1.34. CORE-16952 2020-04-24 14:45:03 +02:00
apisets [MSVCRT][APISETS] Update spec files for __DestructExceptionObject() (#2682) 2020-04-30 00:36:44 +03:00
appcompat
cpl [TIMEDATE] Update Russian translation 2020-04-30 20:58:59 +03:00
directx [CMAKE] Replace custom functions to built-in ones 2020-04-16 15:59:38 +03:00
keyboard
nls [CMAKE] Replace custom functions to built-in ones 2020-04-16 15:59:38 +03:00
np
ntdll [RTL] Implement LdrpRecordUnloadEvent 2020-04-26 14:35:51 +02:00
opengl [CMAKE] Replace custom functions to built-in ones 2020-04-16 15:59:38 +03:00
shellext [ZIPFLDR] Set correct access time on file extraction 2020-04-30 20:38:43 +02:00
win32 [SHELL32] Fix "Open With..." spamming registry MRU keys. (#2685) 2020-04-30 23:03:10 +02:00
CMakeLists.txt