This is a simple change to help out the Mac Crowd. It just changes the name of Startup to OpenRocket so the the menu bar says OpenRocket instead of Startup.

This gets around the very fragile OS X setup thing we have trying and failing at with the mac java client
This commit is contained in:
Craig Earls 2014-12-21 10:55:10 -07:00
parent c85fe63ed8
commit cf7daba134

View File

@ -23,7 +23,7 @@ import net.sf.openrocket.startup.jij.PluginClasspathProvider;
*
* @author Sampo Niskanen <sampo.niskanen@iki.fi>
*/
public class Startup {
public class OpenRocket {
private static final String STARTUP_CLASS = "net.sf.openrocket.startup.SwingStartup";