mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-07-22 08:25:25 +02:00
bug 305058: Can't Open New Project
Patch from Marc-Andre Laperle
This commit is contained in:
parent
8c69e98515
commit
e1a694fe90
1 changed files with 1 additions and 1 deletions
|
@ -127,7 +127,7 @@ import org.eclipse.cdt.internal.ui.newui.Messages;
|
|||
@Override
|
||||
public void getName(AccessibleEvent e) {
|
||||
for (int i = 0; i < tree.getItemCount(); i++) {
|
||||
if (tree.getItem(i).getText().compareTo(e.result) == 0)
|
||||
if (tree.getItem(i).getText().equals(e.result))
|
||||
return;
|
||||
}
|
||||
e.result = Messages.CMainWizardPage_0;
|
||||
|
|
Loading…
Add table
Reference in a new issue