1
0
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:
sk89q 2015-07-26 21:30:33 -07:00
parent 999590d5ea
commit 812cd5fcca

View File

@ -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");