From 48affc01c9a19f3ce39a4600ec6b8e0b247b80c1 Mon Sep 17 00:00:00 2001 From: Kirill Volinsky Date: Mon, 27 Nov 2017 00:12:03 +0300 Subject: add module name (part 1) --- plugins/BuddyPounce/src/main.cpp | 1 + plugins/BuddyPounce/src/stdafx.h | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) (limited to 'plugins/BuddyPounce/src') diff --git a/plugins/BuddyPounce/src/main.cpp b/plugins/BuddyPounce/src/main.cpp index 250e76658f..df1be51572 100644 --- a/plugins/BuddyPounce/src/main.cpp +++ b/plugins/BuddyPounce/src/main.cpp @@ -50,6 +50,7 @@ int MainInit(WPARAM, LPARAM) mi.hIcolibItem = LoadIcon(hInst,MAKEINTRESOURCE(IDI_POUNCE)); mi.name.a = LPGEN("&Buddy Pounce"); mi.pszService = "BuddyPounce/MenuCommand"; + mi.Module = modname; Menu_AddContactMenuItem(&mi); return 0; } diff --git a/plugins/BuddyPounce/src/stdafx.h b/plugins/BuddyPounce/src/stdafx.h index 1187a52a6f..833571d8e8 100644 --- a/plugins/BuddyPounce/src/stdafx.h +++ b/plugins/BuddyPounce/src/stdafx.h @@ -23,7 +23,7 @@ //======================================================= // Definitions //======================================================= -#define modname "buddypounce" +#define modname "BuddyPounce" #define modFullname "Buddy Pounce" #define msg(a,b) MessageBox(0,a,b,MB_OK) -- cgit v1.2.3