1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-08-02 05:45:58 +02:00

Bug #185425 : PreferredToolchainsTab refers to wrong properties file

This commit is contained in:
Oleg Krasilnikov 2007-05-04 05:32:19 +00:00
parent 3292a86f0c
commit 60ba6f2213

View file

@ -17,6 +17,7 @@ import org.eclipse.cdt.managedbuilder.ui.properties.Messages;
import org.eclipse.cdt.managedbuilder.ui.wizards.MBSWizardHandler;
import org.eclipse.cdt.ui.newui.CDTPrefUtil;
import org.eclipse.cdt.ui.newui.PageLayout;
import org.eclipse.cdt.ui.newui.UIMessages;
import org.eclipse.cdt.ui.wizards.CDTMainWizardPage;
import org.eclipse.cdt.ui.wizards.CWizardHandler;
import org.eclipse.swt.SWT;
@ -51,7 +52,7 @@ public class PreferredToolchainsTab extends AbstractCBuildPropertyTab {
c.setLayout(new GridLayout(2, true));
Label l1 = new Label(c, SWT.NONE);
l1.setText(Messages.getString("CMainWizardPage.0")); //$NON-NLS-1$
l1.setText(UIMessages.getString("CMainWizardPage.0")); //$NON-NLS-1$
l1.setFont(parent.getFont());
l1.setLayoutData(new GridData(GridData.BEGINNING));