Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.
View | Details | Raw Unified | Return to bug 274264
Collapse All | Expand All

(-)plugin.properties (-1 / +1 lines)
Lines 175-181 Link Here
175
ShowHistoryAction.name=Show History
175
ShowHistoryAction.name=Show History
176
ShowHistoryAction.tooltip=Show History
176
ShowHistoryAction.tooltip=Show History
177
177
178
ShowAnnotationAction.label=Show Ann&otation
178
ShowAnnotationAction.label=Show &Annotation
179
ShowAnnotationAction.name=Show Annotation
179
ShowAnnotationAction.name=Show Annotation
180
ShowAnnotationAction.tooltip=Show Annotation
180
ShowAnnotationAction.tooltip=Show Annotation
181
181
(-)plugin.xml (+1 lines)
Lines 202-207 Link Here
202
         locationURI="popup:#AbstractTextEditorRulerContext?after=QuickDiff.Toggle">
202
         locationURI="popup:#AbstractTextEditorRulerContext?after=QuickDiff.Toggle">
203
         <command
203
         <command
204
            commandId="org.eclipse.team.cvs.ui.showAnnotation"
204
            commandId="org.eclipse.team.cvs.ui.showAnnotation"
205
            label="%ShowAnnotationAction.label"
205
            style="push">
206
            style="push">
206
            <visibleWhen
207
            <visibleWhen
207
               checkEnabled="false">
208
               checkEnabled="false">

Return to bug 274264