Added default sounds (thanks to IMF), see forum thread #2512

This commit is contained in:
Oliver Duis
2010-12-24 13:55:52 +01:00
parent 2015377d84
commit 0de6f339c1
4 changed files with 7 additions and 0 deletions

View File

@@ -2,6 +2,7 @@
file (GLOB IMAGEFILES "images/*.png")
file (GLOB PROFILEFILES "profiles/*.pp3")
file (GLOB LANGUAGEFILES "languages/*")
file (GLOB SOUNDFILES "sounds/*")
# THEMEDIR includes subfolders for image resources for some themes; doing the normal glob won't work.
set (THEMEDIR "themes")
@@ -17,6 +18,7 @@ endif (WIN32)
install (FILES ${IMAGEFILES} DESTINATION ${DATADIR}/images)
install (FILES ${LANGUAGEFILES} DESTINATION ${DATADIR}/languages)
install (FILES ${PROFILEFILES} DESTINATION ${DATADIR}/profiles)
install (FILES ${SOUNDFILES} DESTINATION ${DATADIR}/sounds)
install (DIRECTORY ${THEMEDIR} DESTINATION ${DATADIR})
install (FILES ${OPTIONSFILE} DESTINATION ${DATADIR} PERMISSIONS OWNER_WRITE OWNER_READ GROUP_READ WORLD_READ RENAME options)

View File

@@ -110,3 +110,8 @@ DPI=600
ICCDirectory=
MonitorProfile=
Intent=1
[Sounds]
BatchQueueDone=sounds\\BatchComplete.wav
LngEditProcDone=sounds\\ProcessComplete.wav
LngEditProcDoneSecs=3

Binary file not shown.

Binary file not shown.