Bug 299167, turn the Variable View's Address column into a Location column.
authorryall
Thu, 14 Jan 2010 17:13:39 -0600
changeset 130 51404ed29eed
parent 129 723898599d35
child 131 6cbf17faf712
Bug 299167, turn the Variable View's Address column into a Location column.
cdt/cdt_6_0_x/org.eclipse.cdt.dsf.ui/src/org/eclipse/cdt/dsf/debug/ui/viewmodel/variable/messages.properties
--- a/cdt/cdt_6_0_x/org.eclipse.cdt.dsf.ui/src/org/eclipse/cdt/dsf/debug/ui/viewmodel/variable/messages.properties	Tue Jan 12 07:49:28 2010 -0600
+++ b/cdt/cdt_6_0_x/org.eclipse.cdt.dsf.ui/src/org/eclipse/cdt/dsf/debug/ui/viewmodel/variable/messages.properties	Thu Jan 14 17:13:39 2010 -0600
@@ -7,16 +7,17 @@
 #
 # Contributors:
 #   Wind River Systems - initial API and implementation
-#   Wind River Systems - added Address
+#   Wind River Systems - added Location
+#   Wind River Systems - changed Location to Location
 ###############################################################################
 
 VariableColumnPresentation_name=Name
 VariableColumnPresentation_type=Type
 VariableColumnPresentation_value=Value
-VariableColumnPresentation_address=Address
+VariableColumnPresentation_location=Location
 
-VariableVMNode_Address_column__Error__text_format=
-VariableVMNode_Address_column__text_format={0}
+VariableVMNode_Location_column__Error__text_format=
+VariableVMNode_Location_column__text_format={0}
 VariableVMNode_Description_column__text_format=
 VariableVMNode_Expression_column__text_format={0}
 VariableVMNode_Name_column__text_format={0}