summaryrefslogtreecommitdiff
path: root/plugins/SmileyAdd
diff options
context:
space:
mode:
authorGeorge Hazan <george.hazan@gmail.com>2023-10-26 16:00:06 +0300
committerGeorge Hazan <george.hazan@gmail.com>2023-10-26 16:00:06 +0300
commitbe005fdd7a3a801ec698dc211cd2e0dd80030fb6 (patch)
tree2dd21c735e55845e2c86d0b1a51d5de3206281dc /plugins/SmileyAdd
parentba5a0a06e1ed5b0dc3e330dbb939f13a6651b750 (diff)
SmileyAdd_LoadContactSmileys - helper function for adding custom smileys
Diffstat (limited to 'plugins/SmileyAdd')
-rw-r--r--plugins/SmileyAdd/src/services.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/SmileyAdd/src/services.cpp b/plugins/SmileyAdd/src/services.cpp
index 922f3289a6..dc014be7d3 100644
--- a/plugins/SmileyAdd/src/services.cpp
+++ b/plugins/SmileyAdd/src/services.cpp
@@ -413,6 +413,6 @@ void InitServices()
CreateServiceFunction(MS_SMILEYADD_BATCHFREE, FreeTextBatch);
CreateServiceFunction(MS_SMILEYADD_CUSTOMCATMENU, CustomCatMenu);
CreateServiceFunction(MS_SMILEYADD_RELOAD, ReloadPack);
- CreateServiceFunction(MS_SMILEYADD_LOADCONTACTSMILEYS, LoadContactSmileys);
+ CreateServiceFunction("SmileyAdd/LoadContactSmileys", LoadContactSmileys);
CreateServiceFunction(MS_SMILEYADD_SELECTSMILEY, SelectSmiley);
}