1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-06-06 17:26:01 +02:00
This commit is contained in:
Ken Ryall 2009-05-13 06:51:26 +00:00
parent 9f3c5eb0ed
commit 330bfbfa29

View file

@ -217,6 +217,8 @@ public class CMainTab extends CLaunchConfigurationTab {
* @since 6.0
*/
protected void updateBuildConfigCombo(String selectedConfigID) {
if (fBuildConfigCombo != null)
{
fBuildConfigCombo.removeAll();
fBuildConfigCombo.add(LaunchMessages.getString("CMainTab.Use_Active")); //$NON-NLS-1$
fBuildConfigCombo.setData("0", EMPTY_STRING); //$NON-NLS-1$
@ -243,6 +245,7 @@ public class CMainTab extends CLaunchConfigurationTab {
}
}
}
/**
* @since 6.0