Skip to content

Commit 0552cdc

Browse files
reedenbBeckerWdf
authored andcommitted
Correct helpcontext for export page
1 parent 6a5ee8d commit 0552cdc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bundles/org.eclipse.ui.workbench/eclipseui/org/eclipse/ui/internal/wizards/preferences/WizardPreferencesExportPage1.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ public WizardPreferencesExportPage1() {
5959
@Override
6060
public void createControl(Composite composite) {
6161
super.createControl(composite);
62-
PlatformUI.setHelp(composite, IWorkbenchHelpContextIds.PREFERENCES_IMPORT_WIZARD_PAGE);
62+
PlatformUI.setHelp(composite, IWorkbenchHelpContextIds.PREFERENCES_EXPORT_WIZARD_PAGE);
6363
}
6464

6565
protected String getOutputSuffix() {

0 commit comments

Comments
 (0)