IDEA-132737 The help topic for the New Module Wizard (first page) is available. Its Id is Module_...

This commit is contained in:
Dmitry Avdeev
2014-11-12 11:18:53 +03:00
parent 68106c88a7
commit 7baa682fbf
@@ -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";
}
}