mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-06-30 21:55:31 +02:00
Correction.
This commit is contained in:
parent
f12c4032e8
commit
068e671281
1 changed files with 1 additions and 1 deletions
|
@ -521,7 +521,7 @@ public class CDTDebugModelPresentation extends LabelProvider
|
|||
}
|
||||
}
|
||||
else
|
||||
label += "<symbol not available>";
|
||||
label += "<symbol is not available>";
|
||||
return label;
|
||||
}
|
||||
IDummyStackFrame dummy = (IDummyStackFrame)stackFrame.getAdapter( IDummyStackFrame.class );
|
||||
|
|
Loading…
Add table
Reference in a new issue