### Eclipse Workspace Patch 1.0 #P callhierarchy Index: ExpandWithConstructorsDialog.java =================================================================== RCS file: /cvsroot/eclipse/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/callhierarchy/ExpandWithConstructorsDialog.java,v retrieving revision 1.1 diff -u -r1.1 ExpandWithConstructorsDialog.java --- ExpandWithConstructorsDialog.java 14 May 2009 20:05:18 -0000 1.1 +++ ExpandWithConstructorsDialog.java 26 May 2009 09:30:00 -0000 @@ -63,8 +63,7 @@ protected void configureShell(Shell newShell) { super.configureShell(newShell); newShell.setText(CallHierarchyMessages.ExpandWithConstructorsDialog_title); - setHelpAvailable(false); - //PlatformUI.getWorkbench().getHelpSystem().setHelp(newShell, IJavaHelpContextIds.CALL_HIERARCHY_EXPAND_WITH_CONSTRUCTORS_DIALOG); + PlatformUI.getWorkbench().getHelpSystem().setHelp(newShell, IJavaHelpContextIds.EXPAND_WITH_CONSTRUCTORS_DIALOG); } /*