Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarc Khouzam2010-04-18 02:44:13 +0000
committerMarc Khouzam2010-04-18 02:44:13 +0000
commit6bb5d3014f203b5183a83ca6d99551d713fbffd7 (patch)
treec4817fb41914443bb1402ad4230ed84f1ac786ca
parentca52c0a338195957078e7a954cffd78779b0feee (diff)
downloadorg.eclipse.cdt-6bb5d3014f203b5183a83ca6d99551d713fbffd7.tar.gz
org.eclipse.cdt-6bb5d3014f203b5183a83ca6d99551d713fbffd7.tar.xz
org.eclipse.cdt-6bb5d3014f203b5183a83ca6d99551d713fbffd7.zip
[308091] Added address to label.
-rw-r--r--dsf/org.eclipse.cdt.dsf.ui/src/org/eclipse/cdt/dsf/debug/ui/viewmodel/launch/messages.properties4
1 files 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

Back to the top