Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'org.eclipse.help.ui/src/org/eclipse/help/ui/internal/views/HelpView.java')
-rw-r--r--org.eclipse.help.ui/src/org/eclipse/help/ui/internal/views/HelpView.java4
1 files changed, 2 insertions, 2 deletions
diff --git a/org.eclipse.help.ui/src/org/eclipse/help/ui/internal/views/HelpView.java b/org.eclipse.help.ui/src/org/eclipse/help/ui/internal/views/HelpView.java
index 1235c4189..1916c3281 100644
--- a/org.eclipse.help.ui/src/org/eclipse/help/ui/internal/views/HelpView.java
+++ b/org.eclipse.help.ui/src/org/eclipse/help/ui/internal/views/HelpView.java
@@ -1,5 +1,5 @@
/*******************************************************************************
- * Copyright (c) 2000, 2009 IBM Corporation and others.
+ * Copyright (c) 2000, 2010 IBM Corporation and others.
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
@@ -94,7 +94,7 @@ public class HelpView extends ViewPart implements IPartListener2,
getHelpPartStyle());
IActionBars actionBars = site.getActionBars();
reusableHelpPart.init(actionBars, actionBars.getToolBarManager(),
- actionBars.getStatusLineManager(), memento);
+ actionBars.getStatusLineManager(), actionBars.getMenuManager(), memento);
IWorkbenchWindow window = site.getPage().getWorkbenchWindow();
IPartService service = window.getPartService();
service.addPartListener(this);

Back to the top