From b411c3d85400850b17c3f2d7cdcc1417fd57359f Mon Sep 17 00:00:00 2001 From: Pawel Piech Date: Thu, 12 Mar 2009 18:31:49 +0000 Subject: [PATCH] Updated comments. --- .../ui/viewmodel/launch/messages.properties | 20 +++++++++---------- 1 file changed, 10 insertions(+), 10 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 ae27589a968..695d916bcdc 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 @@ -35,26 +35,26 @@ StackFramesVMNode_No_columns__No_module__text_format={1}() at {0} # {0} - address StackFramesVMNode_No_columns__Address_only__text_format={0} -# {0} - name -# {1} - name available, 0=not available/1=available +# {0} - name available, 0=not available/1=available +# {1} - name # {2} - ID # {3} - ID available, 0=not available/1=available AbstractContainerVMNode_No_columns__text_format={0,choice,0#Process|1#{1}}{2,choice,0#|1# [{3}]} AbstractContainerVMNode_No_columns__Error__label= -# {0} - name -# {1} - name available, 0=not available/1=available -# {2} - ID -# {3} - ID available, 0=not available/1=available +# {0} - name available, 0=not available/1=available +# {1} - name +# {2} - ID available, 0=not available/1=available +# {3} - ID # {4} - 0=running/1=suspended # {5} - state change reason AbstractThreadVMNode_No_columns__text_format={0,choice,0#Thread|1#{1}}{2,choice,0#|1# [{3}]} ({4,choice,0#Running|1#Suspended} : {5}) -# {0} - name -# {1} - name available, 0=not available/1=available -# {2} - ID -# {3} - ID available, 0=not available/1=available +# {0} - name available, 0=not available/1=available +# {1} - name +# {2} - ID available, 0=not available/1=available +# {3} - ID # {4} - 0=running/1=suspended AbstractThreadVMNode_No_columns__No_reason__text_format={0,choice,0#Thread|1#{1}}{2,choice,0#|1# [{3}]} ({4,choice,0#Running|1#Suspended})