From 56a5ead437e1c8ffb62d2b85c03217466eacbec1 Mon Sep 17 00:00:00 2001 From: wj32 Date: Sat, 30 Apr 2011 12:03:48 +0000 Subject: [PATCH] fixed typo in phplug.h git-svn-id: svn://svn.code.sf.net/p/processhacker/code@4187 21ef857c-d57f-4fe0-8362-d861dc6d29cd --- 2.x/trunk/ProcessHacker/include/phplug.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/2.x/trunk/ProcessHacker/include/phplug.h b/2.x/trunk/ProcessHacker/include/phplug.h index bf49250bf..f3413d73a 100644 --- a/2.x/trunk/ProcessHacker/include/phplug.h +++ b/2.x/trunk/ProcessHacker/include/phplug.h @@ -147,7 +147,7 @@ typedef enum _PH_PLUGIN_CALLBACK PluginCallbackLoad = 0, // [main thread] PluginCallbackUnload = 1, // [main thread] PluginCallbackShowOptions = 2, // HWND ParentWindowHandle [main thread] - PluginCallbackMenuItem = 3, // PPH_PLUGIN_MENU_ITEM MenuItem [main thread] + PluginCallbackMenuItem = 3, // PPH_PLUGIN_MENU_ITEM MenuItem [main/properties thread] PluginCallbackMaximum } PH_PLUGIN_CALLBACK, *PPH_PLUGIN_CALLBACK;