1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-08-22 07:43:56 +02:00

Whoops. Cut and paste disease in the CMake wizard.

Change-Id: Idba445655069cb66492ae291487807de58d03220
This commit is contained in:
Doug Schaefer 2016-09-11 21:35:46 -04:00
parent 5a1828f37d
commit 4a425ec5dd

View file

@ -29,8 +29,8 @@ public class NewCMakeProjectWizard extends TemplateWizard {
Dialog.applyDialogFont(getControl());
}
};
mainPage.setTitle("New Arduino Project"); //$NON-NLS-1$
mainPage.setDescription("Specify properties of new Arduino project."); //$NON-NLS-1$
mainPage.setTitle("New CMake Project"); //$NON-NLS-1$
mainPage.setDescription("Specify properties of new CMake project."); //$NON-NLS-1$
this.addPage(mainPage);
}