From 6bb5d3014f203b5183a83ca6d99551d713fbffd7 Mon Sep 17 00:00:00 2001 From: Marc Khouzam Date: Sun, 18 Apr 2010 02:44:13 +0000 Subject: [PATCH] [308091] Added address to label. --- .../cdt/dsf/debug/ui/viewmodel/launch/messages.properties | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dsf/org.eclipse.cdt.dsf.ui/src/org/eclipse/cdt/dsf/debug/ui/viewmodel/launch/messages.properties b/dsf/org.eclipse.cdt.dsf.ui/src/org/eclipse/cdt/dsf/debug/ui/viewmodel/launch/messages.properties index b41bebc7020..1617037a8e0 100644 --- a/dsf/org.eclipse.cdt.dsf.ui/src/org/eclipse/cdt/dsf/debug/ui/viewmodel/launch/messages.properties +++ b/dsf/org.eclipse.cdt.dsf.ui/src/org/eclipse/cdt/dsf/debug/ui/viewmodel/launch/messages.properties @@ -1,5 +1,5 @@ ############################################################################### -# Copyright (c) 2007, 2009 Wind River Systems and others. +# Copyright (c) 2007, 2010 Wind River Systems and others. # All rights reserved. This program and the accompanying materials # are made available under the terms of the Eclipse Public License v1.0 # which accompanies this distribution, and is available at @@ -17,7 +17,7 @@ StackFramesVMNode_No_columns__Incomplete_stack_marker__text_format=<...more fram # {3} - line # {4} - column # {5} - module -StackFramesVMNode_No_columns__text_format={1}() at {2}:{3}{4,choice,0#|1#:{4}} +StackFramesVMNode_No_columns__text_format={1}() at {2}:{3} {0}{4,choice,0#|1# :{4}} # {0} - address # {1} - function