From 8ca71e3d9425940eed7a136f22441fbe8eb2e9f6 Mon Sep 17 00:00:00 2001 From: Marc Khouzam Date: Mon, 21 Feb 2011 20:05:47 +0000 Subject: [PATCH] Bug 337764: Label for limited stack frame is not shown --- .../cdt/dsf/debug/ui/viewmodel/launch/StackFramesVMNode.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dsf/org.eclipse.cdt.dsf.ui/src/org/eclipse/cdt/dsf/debug/ui/viewmodel/launch/StackFramesVMNode.java b/dsf/org.eclipse.cdt.dsf.ui/src/org/eclipse/cdt/dsf/debug/ui/viewmodel/launch/StackFramesVMNode.java index 31b5235f254..064b36905ad 100644 --- a/dsf/org.eclipse.cdt.dsf.ui/src/org/eclipse/cdt/dsf/debug/ui/viewmodel/launch/StackFramesVMNode.java +++ b/dsf/org.eclipse.cdt.dsf.ui/src/org/eclipse/cdt/dsf/debug/ui/viewmodel/launch/StackFramesVMNode.java @@ -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 properties) {