ContentChooser helpId updated. RUBY-19478

This commit is contained in:
Andrey Vokin
2017-06-20 11:36:59 +02:00
parent 38d406d02d
commit cbdf7d20ec
@@ -382,4 +382,10 @@ public abstract class ContentChooser<Data> extends DialogWrapper {
return shortText;
}
}
@Nullable
@Override
protected String getHelpId() {
return "ixPasteSelected";
}
}