Skip to content

Commit 364c5f6

Browse files
committed
[FIX] 2016.3.2 build
1 parent f8cfe9c commit 364c5f6

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

src/main/java/net/seesharpsoft/intellij/plugins/csv/editor/CsvEditorSettingsPanel.java

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -72,6 +72,11 @@ public void apply() throws ConfigurationException {
7272
csvEditorSettingsExternalizable.setTabHighlightColor(cbTabHighlightColor.getColor());
7373
}
7474

75+
@Override
76+
public String getHelpTopic() {
77+
return null;
78+
}
79+
7580
private void createUIComponents() {
7681
cbTabHighlightColor = new CheckBoxWithColorChooser("Highlight tab separator ");
7782
cbTabHighlightColor.setColor(Color.CYAN);

0 commit comments

Comments
 (0)