diff options
author | George Hazan <george.hazan@gmail.com> | 2013-01-12 21:48:38 +0000 |
---|---|---|
committer | George Hazan <george.hazan@gmail.com> | 2013-01-12 21:48:38 +0000 |
commit | 415be306c7fe4f424b1c2379907121cc46ff84de (patch) | |
tree | 29a8147bab25b1d08358c01ea865152caa81ec2b /src/modules | |
parent | 0d5f64c436dff87b1297f1d35730c76d69c7240c (diff) |
new event, ME_LANGPACK_CHANGED, to be called after the dynamic langpack change
git-svn-id: http://svn.miranda-ng.org/main/trunk@3086 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'src/modules')
-rw-r--r-- | src/modules/langpack/lpservices.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/modules/langpack/lpservices.cpp b/src/modules/langpack/lpservices.cpp index aef4a605f6..62db2f256e 100644 --- a/src/modules/langpack/lpservices.cpp +++ b/src/modules/langpack/lpservices.cpp @@ -109,6 +109,5 @@ int LoadLangpackModule(void) CreateServiceFunction(MS_LANGPACK_REGISTER, srvRegisterLP);
CreateServiceFunction(MS_LANGPACK_RELOAD, srvReloadLangpack);
CreateServiceFunction(MS_LANGPACK_LOOKUPHANDLE, srvGetPluginLangpack);
-
return 0;
}
|