1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-07-23 08:55:25 +02:00

Bug 337764: Label for limited stack frame is not shown

This commit is contained in:
Marc Khouzam 2011-02-21 20:05:47 +00:00
parent 496551af98
commit 8ca71e3d94

View file

@ -150,7 +150,7 @@ public class StackFramesVMNode extends AbstractDMVMNode
new LabelColumnInfo(new LabelAttribute[] {
new LabelText(
MessagesForLaunchVM.StackFramesVMNode_No_columns__Incomplete_stack_marker__text_format,
new String[] { PROP_NAME })
new String[] { PROP_IS_INCOMPLETE_STACK_MARKER })
{
@Override
public boolean isEnabled(IStatus status, Map<String, Object> properties) {