mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-27 10:03:11 +07:00
inspection view: fix help link in export dialog IDEA-168842
This commit is contained in:
@@ -84,4 +84,9 @@ public class ExportToHTMLDialog extends DialogWrapper{
|
||||
}
|
||||
exportToHTMLSettings.OUTPUT_DIRECTORY = myTargetDirectoryField.getText();
|
||||
}
|
||||
|
||||
@Override
|
||||
protected String getHelpId() {
|
||||
return "procedures.inspecting.export";
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user