1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-07-24 01:15:29 +02:00

Return the editor id instead of null even if it is not the CEditor id.

This commit is contained in:
Mikhail Khodjaiants 2003-03-17 21:29:54 +00:00
parent fb09a0b4f0
commit 50c8567614

View file

@ -193,7 +193,7 @@ public class CDTDebugModelPresentation extends LabelProvider
{
return CDebugEditor.EDITOR_ID;
}
return null;
return id;
}
/* (non-Javadoc)