Marked MPROM as optional in MainMachineLaunchConfigTab
authorDaniel Kirschten <daniel.kirschten@gmx.de>
Tue, 6 Oct 2020 15:20:36 +0000 (17:20 +0200)
committerDaniel Kirschten <daniel.kirschten@gmx.de>
Tue, 6 Oct 2020 15:20:36 +0000 (17:20 +0200)
plugins/net.mograsim.plugin.core/src/net/mograsim/plugin/launch/MainMachineLaunchConfigTab.java

index fbbe264..a0e7b27 100644 (file)
@@ -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);
        }