mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-04-23 14:42:11 +02:00
use IWorkbenchHelpSystem
This commit is contained in:
parent
01c4750bab
commit
50c820ff98
1 changed files with 1 additions and 2 deletions
|
@ -46,7 +46,6 @@ import org.eclipse.swt.widgets.Label;
|
|||
import org.eclipse.swt.widgets.Listener;
|
||||
import org.eclipse.swt.widgets.Text;
|
||||
import org.eclipse.ui.dialogs.ContainerSelectionDialog;
|
||||
import org.eclipse.ui.help.WorkbenchHelp;
|
||||
|
||||
public class SettingsBlock extends AbstractCOptionPage {
|
||||
|
||||
|
@ -328,7 +327,7 @@ public class SettingsBlock extends AbstractCOptionPage {
|
|||
Composite composite = ControlFactory.createComposite(parent, 1);
|
||||
setControl(composite);
|
||||
|
||||
WorkbenchHelp.setHelp(getControl(), IMakeHelpContextIds.MAKE_BUILDER_SETTINGS);
|
||||
MakeUIPlugin.getDefault().getWorkbench().getHelpSystem().setHelp(getControl(), IMakeHelpContextIds.MAKE_BUILDER_SETTINGS);
|
||||
|
||||
if (fBuildInfo == null) {
|
||||
ControlFactory.createEmptySpace(composite);
|
||||
|
|
Loading…
Add table
Reference in a new issue