PreviousNextTracker indexSee it online !

(241/244) 3914 - Inconsistent JButton Creation

Based on an automated tool, there is a discrepancy in VFSFileChooserDialog.java on lines 346 and 347:

ok = new JButton();
ok.setName("ok");

In order to follow the conventions of the project it should be:

ok = new JButton(jEdit.getProperty("common.ok"));

Submitted dchollak - 2015-04-22 11:45:53.455000 Assigned
Priority 5 Labels
Status open Group minor bug
Resolution None

Comments