mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-07-23 17:05:26 +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
|
else
|
||||||
label += "<symbol not available>";
|
label += "<symbol is not available>";
|
||||||
return label;
|
return label;
|
||||||
}
|
}
|
||||||
IDummyStackFrame dummy = (IDummyStackFrame)stackFrame.getAdapter( IDummyStackFrame.class );
|
IDummyStackFrame dummy = (IDummyStackFrame)stackFrame.getAdapter( IDummyStackFrame.class );
|
||||||
|
|
Loading…
Add table
Reference in a new issue