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:
parent
fb09a0b4f0
commit
50c8567614
1 changed files with 1 additions and 1 deletions
|
@ -193,7 +193,7 @@ public class CDTDebugModelPresentation extends LabelProvider
|
|||
{
|
||||
return CDebugEditor.EDITOR_ID;
|
||||
}
|
||||
return null;
|
||||
return id;
|
||||
}
|
||||
|
||||
/* (non-Javadoc)
|
||||
|
|
Loading…
Add table
Reference in a new issue