Merge pull request #217 from enderw88/Change-Startup-OpenRocket
Really fix Mac menu name issue.
This commit is contained in:
commit
a0d5bb01b9
@ -27,7 +27,7 @@
|
|||||||
<property name="dist.src" value="${jar.dir}/${pkgname}-src.zip"/>
|
<property name="dist.src" value="${jar.dir}/${pkgname}-src.zip"/>
|
||||||
|
|
||||||
<!-- The main class of the application -->
|
<!-- The main class of the application -->
|
||||||
<property name="main-class" value="net.sf.openrocket.startup.Startup"/>
|
<property name="main-class" value="net.sf.openrocket.startup.OpenRocket"/>
|
||||||
|
|
||||||
<!-- Classpath definitions -->
|
<!-- Classpath definitions -->
|
||||||
<path id="classpath">
|
<path id="classpath">
|
||||||
|
@ -23,7 +23,7 @@ import net.sf.openrocket.startup.jij.PluginClasspathProvider;
|
|||||||
*
|
*
|
||||||
* @author Sampo Niskanen <sampo.niskanen@iki.fi>
|
* @author Sampo Niskanen <sampo.niskanen@iki.fi>
|
||||||
*/
|
*/
|
||||||
public class Startup {
|
public class OpenRocket {
|
||||||
|
|
||||||
private static final String STARTUP_CLASS = "net.sf.openrocket.startup.SwingStartup";
|
private static final String STARTUP_CLASS = "net.sf.openrocket.startup.SwingStartup";
|
||||||
|
|
Loading…
x
Reference in New Issue
Block a user