diff options
author | dartraiden <wowemuh@gmail.com> | 2018-07-12 18:19:56 +0300 |
---|---|---|
committer | dartraiden <wowemuh@gmail.com> | 2018-07-12 18:19:56 +0300 |
commit | 84db1055eaba060eac8f6f8059e1668ee4c72c4b (patch) | |
tree | d8674b49bd7e3867c7d7dee1ef46742746ea6ae8 /plugins/UserInfoEx/src | |
parent | 2699adc206c8abb691813288370138dd50dc1cdd (diff) |
UInfoEx: this should be one section
Diffstat (limited to 'plugins/UserInfoEx/src')
-rw-r--r-- | plugins/UserInfoEx/src/svc_reminder.cpp | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/plugins/UserInfoEx/src/svc_reminder.cpp b/plugins/UserInfoEx/src/svc_reminder.cpp index f887c7bbbd..eccfb6ee1c 100644 --- a/plugins/UserInfoEx/src/svc_reminder.cpp +++ b/plugins/UserInfoEx/src/svc_reminder.cpp @@ -867,9 +867,9 @@ void SvcReminderOnModulesLoaded(void) void SvcReminderLoadModule(void)
{
// init sounds
- g_plugin.addSound(SOUND_BIRTHDAY_TODAY, LPGENW("Birthday reminder"), L"Sounds\\BirthDay.wav");
- g_plugin.addSound(SOUND_BIRTHDAY_SOON, LPGENW("Birthday reminder: it's coming"), L"Sounds\\BirthDayComing.wav");
- g_plugin.addSound(SOUND_ANNIVERSARY, LPGENW("Anniversary Reminder"), L"Sounds\\Reminder.wav");
+ g_plugin.addSound(SOUND_BIRTHDAY_TODAY, LPGENW("Reminders"), LPGENW("Birthday reminder"));
+ g_plugin.addSound(SOUND_BIRTHDAY_SOON, LPGENW("Reminders"), LPGENW("Birthday reminder: it's coming"));
+ g_plugin.addSound(SOUND_ANNIVERSARY, LPGENW("Reminders"), LPGENW("Anniversary reminder"));
// create service functions
CreateServiceFunction(MS_USERINFO_REMINDER_CHECK, CheckService);
|