1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-08-20 06:35:50 +02:00

[174798] Set additional wizard pages, i.e. subsystem configuration wizard pages, when a different system type is selected.

This commit is contained in:
Kushal Munir 2007-02-20 16:25:00 +00:00
parent ec654bcf11
commit f02e807dda

View file

@ -95,6 +95,7 @@ public class RSEDefaultNewConnectionWizard extends RSEAbstractNewConnectionWizar
if (mainPage != null && getSystemType() != null) {
mainPage.restrictSystemType(getSystemType().getName());
mainPage.setTitle(getPageTitle());
systemTypeSelected(getSystemType().getName(), true);
}
}