1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-06-30 21:55:31 +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
label += "<symbol not available>";
label += "<symbol is not available>";
return label;
}
IDummyStackFrame dummy = (IDummyStackFrame)stackFrame.getAdapter( IDummyStackFrame.class );