Updated system sound alias.

This commit is contained in:
LoRd_MuldeR 2021-12-21 17:41:45 +01:00
parent 56ddb1133b
commit d4dd94113a

View File

@ -257,7 +257,7 @@ int AboutDialog::exec()
{
if (!MUtils::Sound::play_sound_file("imageres.dll", 5080, true))
{
MUtils::Sound::play_system_sound("SystemStart", true);
MUtils::Sound::play_system_sound("WindowsLogon", true);
}
}
}