mirror of
https://github.com/SKCraft/Launcher.git
synced 2024-11-24 12:16:28 +01:00
[Creator] Update about dialog license information.
This commit is contained in:
parent
999590d5ea
commit
812cd5fcca
@ -48,7 +48,7 @@ public class AboutDialog extends JDialog {
|
||||
|
||||
container.add(new JLabel(SwingHelper.readImageIcon(Creator.class, "about_header.png")), "dock north");
|
||||
container.add(new JLabel("<html>Version " + version), "wrap");
|
||||
container.add(new JLabel("<html>Licensed under GNU General Public License, version 3."), "wrap, gapbottom unrel");
|
||||
container.add(new JLabel("<html>Licensed under GNU Lesser General Public License, version 3."), "wrap, gapbottom unrel");
|
||||
container.add(new JLabel("<html>Created by the SKCraft team. Visit our website!"), "wrap, gapbottom unrel");
|
||||
|
||||
JButton okButton = new JButton("OK");
|
||||
|
Loading…
Reference in New Issue
Block a user