all set with the separation

This commit is contained in:
Ben Fry
2015-08-22 15:29:01 -04:00
parent c0496d2269
commit 6bbd18c200
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -47,7 +47,7 @@ public class ErrorTable extends JTable {
Editor editor;
static final String[] columnNames = {
"",
"", // the blank column used for spacing
Language.text("editor.footer.errors.problem"),
Language.text("editor.footer.errors.tab"),
Language.text("editor.footer.errors.line")
@@ -939,7 +939,7 @@ public class ErrorCheckerService implements Runnable {
p.setImportSuggestions(si);
// errorData[index][0] = "<html>" + p.getMessage() +
// " (<font color=#0000ff><u>Import Suggestions available</u></font>)</html>";
message += " (click for suggested libraries)";
message += " (double-click for suggestions)";
}
}
}