diff --git a/rse/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/RSEUIPlugin.java b/rse/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/RSEUIPlugin.java index 42cdb56f711..9127cf31596 100644 --- a/rse/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/RSEUIPlugin.java +++ b/rse/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/RSEUIPlugin.java @@ -163,13 +163,13 @@ public class RSEUIPlugin extends SystemBasePlugin implements ISystemMessageProvi dontShowLocalConnection = showNewConn.equals("false"); } - enabledSystemTypes = System.getProperty("enableSystemTypes"); + enabledSystemTypes = System.getProperty("rse.enableSystemTypes"); if ((enabledSystemTypes != null) && (enabledSystemTypes.length() == 0)) { enabledSystemTypes = null; } - String showProfileInitially = System.getProperty("showProfilePage"); + String showProfileInitially = System.getProperty("rse.showProfilePage"); if (showProfileInitially != null) { dontShowProfilePageInitially = showProfileInitially.equals("false");