mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-27 10:03:11 +07:00
IDEA-132737 The help topic for the New Module Wizard (first page) is available. Its Id is Module_...
This commit is contained in:
@@ -691,6 +691,6 @@ public class ProjectTypeStep extends ModuleWizardStep implements SettingsStep, D
|
||||
|
||||
@Override
|
||||
public String getHelpId() {
|
||||
return "Project_Category_and_Options";
|
||||
return myContext.isCreatingNewProject() ? "Project_Category_and_Options" : "Module_Category_and_Options";
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user