From c7b848e69f8e39e48e23ea55644972b1d81aa4e7 Mon Sep 17 00:00:00 2001 From: Ken Ryall Date: Wed, 18 Mar 2009 19:45:50 +0000 Subject: [PATCH] Fix format for module and address only. --- .../cdt/dsf/debug/ui/viewmodel/launch/messages.properties | 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/messages.properties b/dsf/org.eclipse.cdt.dsf.ui/src/org/eclipse/cdt/dsf/debug/ui/viewmodel/launch/messages.properties index 695d916bcdc..727f499fa14 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 @@ -26,7 +26,7 @@ StackFramesVMNode_No_columns__No_line__text_format={1}() [{2}] at {0} # {0} - address # {1} - module -StackFramesVMNode_No_columns__No_function__text_format=[{2}] at {0} +StackFramesVMNode_No_columns__No_function__text_format=[{1}] at {0} # {0} - address # {1} - function