Skip to content

Commit

Permalink
Update 'About' dialog
Browse files Browse the repository at this point in the history
  • Loading branch information
emmanue1 committed Jun 30, 2019
1 parent 031ccc6 commit f6c51fb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/src/main/java/org/jd/gui/view/AboutView.java
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ public AboutView(JFrame mainFrame) {
hbox.add(Box.createHorizontalGlue());

hbox = Box.createHorizontalBox();
hbox.add(new JLabel("Copyright © 2008-2019 Emmanuel Dupuy"));
hbox.add(new JLabel("Copyright © 2008, 2019 Emmanuel Dupuy"));
hbox.add(Box.createHorizontalGlue());
subvbox.add(hbox);

Expand Down

0 comments on commit f6c51fb

Please sign in to comment.