1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-07-23 17:05:26 +02:00

Correction.

This commit is contained in:
Mikhail Khodjaiants 2003-05-06 20:17:45 +00:00
parent f12c4032e8
commit 068e671281

View file

@ -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 );