summaryrefslogtreecommitdiff
path: root/plugins/Bonsai/services.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/Bonsai/services.cpp')
-rw-r--r--plugins/Bonsai/services.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/Bonsai/services.cpp b/plugins/Bonsai/services.cpp
index 64d7f92c72..b555d2d7d1 100644
--- a/plugins/Bonsai/services.cpp
+++ b/plugins/Bonsai/services.cpp
@@ -22,7 +22,7 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
static CRITICAL_SECTION csServices;
-static DWORD OPTIONS_ADDPAGE_HASH = NameHashFunction(MS_OPT_ADDPAGE);
+static DWORD OPTIONS_ADDPAGE_HASH = NameHashFunction("Opt/AddPage");
CALLSERVICEFUNCTION realCallServiceFunction = NULL;