X-Git-Url: https://mograsim.net/gitweb/?p=Mograsim.git;a=blobdiff_plain;f=plugins%2Fnet.mograsim.plugin.core%2Fsrc%2Fnet%2Fmograsim%2Fplugin%2Flaunch%2FMainMachineLaunchConfigTab.java;h=a0e7b273b8e13416211bc73bc57295f14c8908dd;hp=fbbe2640f249bcea52cb4a05ef9829afbdfc8100;hb=d60654a8926bda3711e48d5324cd1e98975e3306;hpb=b5d55c59d7069171bd928e4a945d9185ee4bc2b0 diff --git a/plugins/net.mograsim.plugin.core/src/net/mograsim/plugin/launch/MainMachineLaunchConfigTab.java b/plugins/net.mograsim.plugin.core/src/net/mograsim/plugin/launch/MainMachineLaunchConfigTab.java index fbbe2640..a0e7b273 100644 --- a/plugins/net.mograsim.plugin.core/src/net/mograsim/plugin/launch/MainMachineLaunchConfigTab.java +++ b/plugins/net.mograsim.plugin.core/src/net/mograsim/plugin/launch/MainMachineLaunchConfigTab.java @@ -60,7 +60,7 @@ public class MainMachineLaunchConfigTab extends AbstractLaunchConfigurationTab this.mpmFileSelText = addResourceSelector(innerParent, "&MPM:", this::chooseMPMFile); - this.mpromFileSelText = addResourceSelector(innerParent, "M&PROM:", this::chooseMPROMFile); + this.mpromFileSelText = addResourceSelector(innerParent, "M&PROM (optional):", this::chooseMPROMFile); this.initialRAMFileSelText = addResourceSelector(innerParent, "Initial &RAM (optional):", this::chooseInitialRAMFile); }