Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'org.eclipse.debug.ui/ui/org/eclipse/debug/internal/ui/views/launch/LaunchViewMessages.properties')
-rwxr-xr-xorg.eclipse.debug.ui/ui/org/eclipse/debug/internal/ui/views/launch/LaunchViewMessages.properties27
1 files changed, 0 insertions, 27 deletions
diff --git a/org.eclipse.debug.ui/ui/org/eclipse/debug/internal/ui/views/launch/LaunchViewMessages.properties b/org.eclipse.debug.ui/ui/org/eclipse/debug/internal/ui/views/launch/LaunchViewMessages.properties
deleted file mode 100755
index 839f9b775..000000000
--- a/org.eclipse.debug.ui/ui/org/eclipse/debug/internal/ui/views/launch/LaunchViewMessages.properties
+++ /dev/null
@@ -1,27 +0,0 @@
-###############################################################################
-# Copyright (c) 2000, 2009 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
-# Pawel Piech - Wind River - adapted to use in Debug view
-###############################################################################
-
-Breadcrumb_NoActiveContext=No Active Context
-LaunchView_ViewModeMenu_label=&Layout
-DebugViewModeAction_Auto_label=&Automatic
-DebugViewModeAction_Auto_tooltip=Automatic
-DebugViewModeAction_Auto_description=Switch layout automatically when the view is resized
-DebugViewModeAction_Full_label=&Tree
-DebugViewModeAction_Full_tooltip=Tree
-DebugViewModeAction_Full_description=Always show the tree viewer
-DebugViewModeAction_Compact_label=&Breadcrumb
-DebugViewModeAction_Compact_tooltip=Breadcrumb
-DebugViewModeAction_Compact_description=Always show the breadcrumb viewer
-
-BreadcrumbDropDownAutoExpandAction_label=Auto-&Expand Breadcrumb
-BreadcrumbDropDownAutoExpandAction_tooltip=Auto-Expand Breadcrumb
-BreadcrumbDropDownAutoExpandAction_description=In the breadcrumb drop-down, automatically expand elements to reveal full selection in view.

Back to the top