Skip to content

Commit

Permalink
remove image extensions
Browse files Browse the repository at this point in the history
  • Loading branch information
stoecker committed Jun 29, 2020
1 parent 20c0e59 commit 651a94e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ public class AddressDialog extends ExtendedDialog implements ChangeListener {
protected AutoCompletingComboBox streetNameField, cityField, postCodeField, countryField, houseNameField, buildingField, tagsField, sourceField;

protected static final String[] BUTTON_TEXTS = new String[] {tr("OK"), tr("Cancel")};
protected static final String[] BUTTON_ICONS = new String[] {"ok.png", "cancel.png"};
protected static final String[] BUTTON_ICONS = new String[] {"ok", "cancel"};

protected final JPanel panel = new JPanel(new GridBagLayout());

Expand Down

0 comments on commit 651a94e

Please sign in to comment.