mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-07-24 09:25:31 +02:00
Remove check for spaces.
This commit is contained in:
parent
caa3260643
commit
a3c6f84270
1 changed files with 0 additions and 5 deletions
|
@ -304,11 +304,6 @@ public class CProjectWizardPage extends WizardPage {
|
|||
return false;
|
||||
}
|
||||
|
||||
if (projectFieldContents.indexOf(' ') != -1) {
|
||||
setErrorMessage(CUIPlugin.getResourceString("CProjectWizardPage.projectContainsSpace")); //$NON-NLS-1$
|
||||
return false;
|
||||
}
|
||||
|
||||
IStatus nameStatus =
|
||||
workspace.validateName(projectFieldContents, IResource.PROJECT);
|
||||
if (!nameStatus.isOK()) {
|
||||
|
|
Loading…
Add table
Reference in a new issue