From e508be767406364f01e423f718c416707f14afea Mon Sep 17 00:00:00 2001 From: mataes2007 Date: Sun, 15 May 2011 15:12:02 +0000 Subject: useactions: added support for the new langpacks git-svn-id: http://miranda-plugins.googlecode.com/svn/trunk@105 e753b5eb-9565-29b2-b5c5-2cc6f99dfbcb --- useactions/UseActions.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'useactions/UseActions.c') diff --git a/useactions/UseActions.c b/useactions/UseActions.c index 9824a88..71e4371 100644 --- a/useactions/UseActions.c +++ b/useactions/UseActions.c @@ -9,6 +9,7 @@ struct LIST_INTERFACE li = { 0 }; struct MM_INTERFACE mmi; +int hLangpack; SortedList ActionItemsList = {0}; TCHAR tszMyPath[MAX_PATH]; @@ -112,6 +113,7 @@ BOOL WINAPI DllMain(HINSTANCE hinstDLL,DWORD fdwReason,LPVOID lpvReserved) { __declspec (dllexport) int Load(PLUGINLINK *link) { pluginLink = link; + mir_getLP(&pluginInfo); mir_getLI(&li); mir_getMMI( &mmi ); ActionItemsList = *(li.List_Create( 0, 1)); -- cgit v1.2.3