From: bkuker Date: Sat, 23 Jun 2012 02:08:28 +0000 (+0000) Subject: Add JOGL to the About Dialog's libraries list X-Git-Tag: upstream/12.09^2~157 X-Git-Url: https://git.gag.com/?a=commitdiff_plain;h=e878a699750a0ccfff95732ff02337bb0600f1fa;p=debian%2Fopenrocket Add JOGL to the About Dialog's libraries list git-svn-id: https://openrocket.svn.sourceforge.net/svnroot/openrocket/trunk@802 180e2498-e6e9-4542-8430-84ac67f01cd8 --- diff --git a/core/src/net/sf/openrocket/gui/dialogs/AboutDialog.java b/core/src/net/sf/openrocket/gui/dialogs/AboutDialog.java index cafaab96..88329ed1 100644 --- a/core/src/net/sf/openrocket/gui/dialogs/AboutDialog.java +++ b/core/src/net/sf/openrocket/gui/dialogs/AboutDialog.java @@ -45,7 +45,8 @@ public class AboutDialog extends JDialog { "MiG Layout (http://www.miglayout.com/)
" + "JFreeChart (http://www.jfree.org/jfreechart/)
" + "iText (http://www.itextpdf.com/)
" + - "exp4j (http://projects.congrace.de/exp4j/index.html)"; + "exp4j (http://projects.congrace.de/exp4j/index.html)
" + + "JOGL (http://jogamp.org/jogl/www/)"; public AboutDialog(JFrame parent) {