From d60654a8926bda3711e48d5324cd1e98975e3306 Mon Sep 17 00:00:00 2001 From: Daniel Kirschten Date: Tue, 6 Oct 2020 17:20:36 +0200 Subject: [PATCH] Marked MPROM as optional in MainMachineLaunchConfigTab --- .../net/mograsim/plugin/launch/MainMachineLaunchConfigTab.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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); } -- 2.17.1