1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-04-29 19:45:01 +02:00

fix for 158370 by Vivian Kong

This commit is contained in:
Chris Recoskie 2006-09-26 16:47:24 +00:00
parent 3bef97c2ae
commit d0196b9de2

View file

@ -201,7 +201,7 @@ public class CEditorPreferencePage extends AbstractPreferencePage implements IWo
*/ */
public void createControl(Composite parent) { public void createControl(Composite parent) {
super.createControl(parent); super.createControl(parent);
PlatformUI.getWorkbench().getHelpSystem().setHelp(parent, ICHelpContextIds.C_EDITOR_PREF_PAGE); PlatformUI.getWorkbench().getHelpSystem().setHelp(getControl(), ICHelpContextIds.C_EDITOR_PREF_PAGE);
} }
protected void handleListSelection() { protected void handleListSelection() {