https://git.reactos.org/?p=reactos.git;a=commitdiff;h=6e29107f316e7d2f69cde974639d208fbaa40fef

commit 6e29107f316e7d2f69cde974639d208fbaa40fef
Author:     Oleg Dubinskiy <oleg.dubinskij2...@yandex.ua>
AuthorDate: Fri Jun 4 17:32:07 2021 +0300
Commit:     Stanislav Motylkov <x86co...@gmail.com>
CommitDate: Fri Jun 11 02:06:11 2021 +0300

    [SOUNDS] Add new Recycle Bin system sound
    Add new sound for Recycle Bin sound event.
    Since this sound event is now working properly after some fixes in shell32 
code, it's now possible for user to set the sound for this sound event manually.
    But don't enable it by default, since it is also disabled on Windows Server 
2003.
    CORE-15868
---
 media/CMakeLists.txt             |   1 +
 media/sounds/ReactOS_Recycle.wav | Bin 0 -> 109412 bytes
 2 files changed, 1 insertion(+)

diff --git a/media/CMakeLists.txt b/media/CMakeLists.txt
index dd2a78ea9f8..2f8cecc8b22 100644
--- a/media/CMakeLists.txt
+++ b/media/CMakeLists.txt
@@ -12,6 +12,7 @@ add_cd_file(FILE 
${CMAKE_CURRENT_SOURCE_DIR}/drivers/etc/networks DESTINATION re
 add_cd_file(FILE ${CMAKE_CURRENT_SOURCE_DIR}/drivers/etc/protocol DESTINATION 
reactos/system32/drivers/etc FOR all)
 add_cd_file(FILE ${CMAKE_CURRENT_SOURCE_DIR}/drivers/etc/services DESTINATION 
reactos/system32/drivers/etc FOR all)
 add_cd_file(FILE ${CMAKE_CURRENT_SOURCE_DIR}/sounds/ReactOS_LogOn.wav 
DESTINATION reactos/media FOR all)
+add_cd_file(FILE ${CMAKE_CURRENT_SOURCE_DIR}/sounds/ReactOS_Recycle.wav 
DESTINATION reactos/media FOR all)
 
 add_cd_file(FILE ${CMAKE_CURRENT_SOURCE_DIR}/systemcompatible.manifest 
DESTINATION reactos/winsxs/manifests FOR all)
 add_cd_file(FILE ${CMAKE_CURRENT_SOURCE_DIR}/forwardcompatible.manifest 
DESTINATION reactos/winsxs/manifests FOR all)
diff --git a/media/sounds/ReactOS_Recycle.wav b/media/sounds/ReactOS_Recycle.wav
new file mode 100644
index 00000000000..bf9c7fa57f1
Binary files /dev/null and b/media/sounds/ReactOS_Recycle.wav differ

Reply via email to