X-Git-Url: https://mograsim.net/gitweb/?a=blobdiff_plain;f=plugins%2Fnet.mograsim.plugin.core%2Fsrc%2Fnet%2Fmograsim%2Fplugin%2Fnature%2Fproperties%2FMograsimNaturePropertyPage.java;h=1b6c3d8e3faad5d2e4fe4a2553161024864a572f;hb=b5d55c59d7069171bd928e4a945d9185ee4bc2b0;hp=b7fb075685a9853d3bb04b26ebb5f05cc1625677;hpb=edfa6a2a24048ef0507cb0e2d89e7f1cb9b23c4e;p=Mograsim.git diff --git a/plugins/net.mograsim.plugin.core/src/net/mograsim/plugin/nature/properties/MograsimNaturePropertyPage.java b/plugins/net.mograsim.plugin.core/src/net/mograsim/plugin/nature/properties/MograsimNaturePropertyPage.java index b7fb0756..1b6c3d8e 100644 --- a/plugins/net.mograsim.plugin.core/src/net/mograsim/plugin/nature/properties/MograsimNaturePropertyPage.java +++ b/plugins/net.mograsim.plugin.core/src/net/mograsim/plugin/nature/properties/MograsimNaturePropertyPage.java @@ -24,7 +24,7 @@ public class MograsimNaturePropertyPage extends PropertyPage private static final String WARNING = "Changing the Mograsim machine can completely break your project. Be careful."; private static final String MACHINE_LABEL = "Machine definition"; private static final String MACHINE_PROPERTY = "net.mograsim.projectMachineId"; - private static final String DEFAULT_MACHINE = "Am2900Simple";// TODO don't hardcode that here! + private static final String DEFAULT_MACHINE = "Am2900Teaching";// TODO don't hardcode that here! private MachineCombo machineSelect; private Label machineDescription;