mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-08-22 15:53:58 +02:00
Whoops. Cut and paste disease in the CMake wizard.
Change-Id: Idba445655069cb66492ae291487807de58d03220
This commit is contained in:
parent
5a1828f37d
commit
4a425ec5dd
1 changed files with 2 additions and 2 deletions
|
@ -29,8 +29,8 @@ public class NewCMakeProjectWizard extends TemplateWizard {
|
||||||
Dialog.applyDialogFont(getControl());
|
Dialog.applyDialogFont(getControl());
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
mainPage.setTitle("New Arduino Project"); //$NON-NLS-1$
|
mainPage.setTitle("New CMake Project"); //$NON-NLS-1$
|
||||||
mainPage.setDescription("Specify properties of new Arduino project."); //$NON-NLS-1$
|
mainPage.setDescription("Specify properties of new CMake project."); //$NON-NLS-1$
|
||||||
this.addPage(mainPage);
|
this.addPage(mainPage);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue