Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'core/org.eclipse.cdt.ui/browser/org/eclipse/cdt/internal/ui/browser/cbrowsing/CBrowsingMessages.properties')
-rw-r--r--core/org.eclipse.cdt.ui/browser/org/eclipse/cdt/internal/ui/browser/cbrowsing/CBrowsingMessages.properties31
1 files changed, 0 insertions, 31 deletions
diff --git a/core/org.eclipse.cdt.ui/browser/org/eclipse/cdt/internal/ui/browser/cbrowsing/CBrowsingMessages.properties b/core/org.eclipse.cdt.ui/browser/org/eclipse/cdt/internal/ui/browser/cbrowsing/CBrowsingMessages.properties
deleted file mode 100644
index 127359a81bf..00000000000
--- a/core/org.eclipse.cdt.ui/browser/org/eclipse/cdt/internal/ui/browser/cbrowsing/CBrowsingMessages.properties
+++ /dev/null
@@ -1,31 +0,0 @@
-###############################################################################
-# Copyright (c) 2004 IBM Corporation and others.
-# All rights reserved. This program and the accompanying materials
-# are made available under the terms of the Eclipse Public License v1.0
-# which accompanies this distribution, and is available at
-# http://www.eclipse.org/legal/epl-v10.html
-#
-# Contributors:
-# IBM Corporation - initial API and implementation
-# QNX Software Systems - adapted for use in CDT
-###############################################################################
-
-CBrowsingPart.toolTip= Working Set: {0}
-CBrowsingPart.toolTip2= {0} - Working Set: {1}
-
-LexicalSortingAction.label= Sort
-LexicalSortingAction.tooltip= Sort
-LexicalSortingAction.description= Enable Sorting
-
-ClassesView.flatLayoutAction.label= &Flat
-ClassesView.HierarchicalLayoutAction.label= &Hierarchical
-ClassesView.LayoutActionGroup.layout.label= &Layout
-
-# the first argument is the string to which the second one is appended
-StatusBar.concat= {0}, {1}
-
-ClassPathContainer.unbound_label={0} (unbound)
-ClassPathContainer.unknown_label={0} (unknown)
-
-CBrowsingLabelProvider.errorNoItems= Unable to retrieve type information
-CBrowsingLabelProvider.errorCancelled= Cancelled

Back to the top