Add JOGL to the About Dialog's libraries list
authorbkuker <bkuker@180e2498-e6e9-4542-8430-84ac67f01cd8>
Sat, 23 Jun 2012 02:08:28 +0000 (02:08 +0000)
committerbkuker <bkuker@180e2498-e6e9-4542-8430-84ac67f01cd8>
Sat, 23 Jun 2012 02:08:28 +0000 (02:08 +0000)
git-svn-id: https://openrocket.svn.sourceforge.net/svnroot/openrocket/trunk@802 180e2498-e6e9-4542-8430-84ac67f01cd8

core/src/net/sf/openrocket/gui/dialogs/AboutDialog.java

index cafaab966f4b33d00088cab544317230d105f8f1..88329ed1282d7765a9391b15d3e13f0251d058d8 100644 (file)
@@ -45,7 +45,8 @@ public class AboutDialog extends JDialog {
                        "MiG Layout (http://www.miglayout.com/)<br>" +
                        "JFreeChart (http://www.jfree.org/jfreechart/)<br>" +
                        "iText (http://www.itextpdf.com/)<br>" +
-                       "exp4j (http://projects.congrace.de/exp4j/index.html)";
+                       "exp4j (http://projects.congrace.de/exp4j/index.html)<br>" +
+                       "JOGL (http://jogamp.org/jogl/www/)";
        
        
        public AboutDialog(JFrame parent) {