diff options
author | George Hazan <george.hazan@gmail.com> | 2013-02-10 19:26:03 +0000 |
---|---|---|
committer | George Hazan <george.hazan@gmail.com> | 2013-02-10 19:26:03 +0000 |
commit | 271cf1987ef0dc4d6561d14e0ba89c17bb125903 (patch) | |
tree | ef7d07417ad78bb9701dee50ee5877f044f8fde4 /plugins/Nudge | |
parent | e8688ad378c46c963c66fa6a4c09b9419e02efc0 (diff) |
NotifyAnything plugin
git-svn-id: http://svn.miranda-ng.org/main/trunk@3539 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/Nudge')
-rw-r--r-- | plugins/Nudge/src/main.cpp | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/plugins/Nudge/src/main.cpp b/plugins/Nudge/src/main.cpp index 67a5b3526c..8d0f495101 100644 --- a/plugins/Nudge/src/main.cpp +++ b/plugins/Nudge/src/main.cpp @@ -363,7 +363,7 @@ void RegisterToDbeditorpp(void) CallService("DBEditorpp/RegisterSingleModule", (WPARAM)"Nudge", 0);
}
-static IconItem iconList[] =
+static IconItem iconList[] =
{
{ LPGEN("Nudge as Default"), "Nudge_Default", IDI_NUDGE }
};
@@ -465,7 +465,6 @@ int AccListChanged(WPARAM wParam,LPARAM lParam) HANDLE hShakeClist=NULL,hShakeChat=NULL,hNudgeSend=NULL,hNudgeShowMenu=NULL;
extern "C" int __declspec(dllexport) Load(void)
{
-
mir_getLP(&pluginInfo);
g_hEventModulesLoaded = HookEvent(ME_SYSTEM_MODULESLOADED,ModulesLoaded);
|