Skip to content

Commit f6c51fb

Browse files
author
emmanue1
committed
Update 'About' dialog
1 parent 031ccc6 commit f6c51fb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/src/main/java/org/jd/gui/view/AboutView.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ public AboutView(JFrame mainFrame) {
9797
hbox.add(Box.createHorizontalGlue());
9898

9999
hbox = Box.createHorizontalBox();
100-
hbox.add(new JLabel("Copyright © 2008-2019 Emmanuel Dupuy"));
100+
hbox.add(new JLabel("Copyright © 2008, 2019 Emmanuel Dupuy"));
101101
hbox.add(Box.createHorizontalGlue());
102102
subvbox.add(hbox);
103103

0 commit comments

Comments
 (0)