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:
parent
3292a86f0c
commit
60ba6f2213
1 changed files with 2 additions and 1 deletions
|
@ -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));
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue