From: Fabian Stemmler Date: Sat, 12 Oct 2019 11:16:09 +0000 (+0200) Subject: Renamed MainMachineLaunchConfigTab in the Wizard X-Git-Url: https://mograsim.net/gitweb/?a=commitdiff_plain;h=1151a74c8e2ca75e70ba458ebf59ba364b36a23f;p=Mograsim.git Renamed MainMachineLaunchConfigTab in the Wizard It was previously called something along the lines of 'testlaunchconfigtab', now it is called 'Main' --- 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 836b8a91..843789a3 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 @@ -293,6 +293,6 @@ public class MainMachineLaunchConfigTab extends AbstractLaunchConfigurationTab @Override public String getName() { - return "testlaunchconfigtabname"; + return "Main"; } } \ No newline at end of file