Renamed MainMachineLaunchConfigTab in the Wizard
authorFabian Stemmler <stemmler@in.tum.de>
Sat, 12 Oct 2019 11:16:09 +0000 (13:16 +0200)
committerFabian Stemmler <stemmler@in.tum.de>
Sat, 12 Oct 2019 11:16:09 +0000 (13:16 +0200)
It was previously called something along the lines of
'testlaunchconfigtab', now it is called 'Main'

plugins/net.mograsim.plugin.core/src/net/mograsim/plugin/launch/MainMachineLaunchConfigTab.java

index 836b8a9..843789a 100644 (file)
@@ -293,6 +293,6 @@ public class MainMachineLaunchConfigTab extends AbstractLaunchConfigurationTab
        @Override
        public String getName()
        {
-               return "testlaunchconfigtabname";
+               return "Main";
        }
 }
\ No newline at end of file