summaryrefslogtreecommitdiff
path: root/plugins/UserInfoEx/src/svc_reminder.cpp
diff options
context:
space:
mode:
authorDart Raiden <wowemuh@gmail.com>2016-02-28 18:56:54 +0000
committerDart Raiden <wowemuh@gmail.com>2016-02-28 18:56:54 +0000
commitdb8032ab4c21f425ea35be0b29f0ec6a85d569df (patch)
tree0c42a228242205ce51efc7dc3c16e4ecbe684ec0 /plugins/UserInfoEx/src/svc_reminder.cpp
parent6ba54d61145df936ec934902fcca87ad352526ad (diff)
UserInfoEx: uinfoex -> UINfoEx
git-svn-id: http://svn.miranda-ng.org/main/trunk@16372 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/UserInfoEx/src/svc_reminder.cpp')
-rw-r--r--plugins/UserInfoEx/src/svc_reminder.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/UserInfoEx/src/svc_reminder.cpp b/plugins/UserInfoEx/src/svc_reminder.cpp
index e1faebb4b5..827a7840a7 100644
--- a/plugins/UserInfoEx/src/svc_reminder.cpp
+++ b/plugins/UserInfoEx/src/svc_reminder.cpp
@@ -926,7 +926,7 @@ void SvcReminderLoadModule(void)
Hotkey_Register(&hk);
if (db_get_b(NULL, MODNAME, SET_REMIND_ENABLED, DEFVAL_REMIND_ENABLED) != REMIND_OFF && ExtraIcon == INVALID_HANDLE_VALUE)
- ExtraIcon = ExtraIcon_RegisterIcolib("Reminder", LPGEN("Reminder (uinfoex)"), ICO_COMMON_ANNIVERSARY);
+ ExtraIcon = ExtraIcon_RegisterIcolib("Reminder", LPGEN("Reminder (UInfoEx)"), ICO_COMMON_ANNIVERSARY);
}