Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJean Michel-Lemieux2003-10-06 16:49:20 +0000
committerJean Michel-Lemieux2003-10-06 16:49:20 +0000
commit6022bc85e4811729c2791981df99ade321ca98db (patch)
tree6200bf7c4c394885c43238f5df7071653557a0c4 /bundles/org.eclipse.team.cvs.ui/src/org/eclipse/team/internal/ccvs/ui/messages.properties
parent94b6253b247c576a5cbd255bed9fc5bdeb2bc4a7 (diff)
downloadeclipse.platform.team-6022bc85e4811729c2791981df99ade321ca98db.tar.gz
eclipse.platform.team-6022bc85e4811729c2791981df99ade321ca98db.tar.xz
eclipse.platform.team-6022bc85e4811729c2791981df99ade321ca98db.zip
Bug 44226 NPE showing annotation on incoming addition
Diffstat (limited to 'bundles/org.eclipse.team.cvs.ui/src/org/eclipse/team/internal/ccvs/ui/messages.properties')
-rw-r--r--bundles/org.eclipse.team.cvs.ui/src/org/eclipse/team/internal/ccvs/ui/messages.properties1
1 files changed, 1 insertions, 0 deletions
diff --git a/bundles/org.eclipse.team.cvs.ui/src/org/eclipse/team/internal/ccvs/ui/messages.properties b/bundles/org.eclipse.team.cvs.ui/src/org/eclipse/team/internal/ccvs/ui/messages.properties
index 1a9bc76bf..6186b8bcf 100644
--- a/bundles/org.eclipse.team.cvs.ui/src/org/eclipse/team/internal/ccvs/ui/messages.properties
+++ b/bundles/org.eclipse.team.cvs.ui/src/org/eclipse/team/internal/ccvs/ui/messages.properties
@@ -78,6 +78,7 @@ CVSAction.mixingTags=You are mixing tags within a project. Beware that synchroni
CVSAnnotateView.showFileAnnotation=CVS Annotate - {0}
CVSAnnotateView.viewInstructions=This view shows annotations for a file in CVS. Select a file and then choose \"Team->Show Annotation\" from the context menu.
+ShowAnnotationAction.noSyncInfo=Cannot display annotation for {0} because it doesn't have an remote revision.
CVSCatchupReleaseViewer.commit=&Commit...
CVSCatchupReleaseViewer.update=&Update from Repository

Back to the top