diff options
author | George Hazan <george.hazan@gmail.com> | 2012-07-03 18:51:28 +0000 |
---|---|---|
committer | George Hazan <george.hazan@gmail.com> | 2012-07-03 18:51:28 +0000 |
commit | 1fb9d47f66fbf34c19d416d9e1855ed2659e1aa8 (patch) | |
tree | abad94ff7e16019230661b58ea349e1e3f8425f7 /src/modules/fonts | |
parent | 0a3cc6ed06a3eac9f9c2243c432c6d4443603aae (diff) |
fix for text effects creation
git-svn-id: http://svn.miranda-ng.org/main/trunk@740 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'src/modules/fonts')
-rw-r--r-- | src/modules/fonts/FontService.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/modules/fonts/FontService.cpp b/src/modules/fonts/FontService.cpp index 32285c9157..2f1ff567b1 100644 --- a/src/modules/fonts/FontService.cpp +++ b/src/modules/fonts/FontService.cpp @@ -80,7 +80,7 @@ int LoadFontserviceModule(void) CreateServiceFunction(MS_COLOUR_GETW, GetColourW);
CreateServiceFunction("Effect/Register", RegisterEffect);
- CreateServiceFunction("Effect/Register", RegisterEffectW);
+ CreateServiceFunction("Effect/RegisterW", RegisterEffectW);
CreateServiceFunction(MS_EFFECT_GET, GetEffect);
CreateServiceFunction(MS_EFFECT_GETW, GetEffectW);
|