Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPawel Piech2010-01-21 05:04:36 +0000
committerPawel Piech2010-01-21 05:04:36 +0000
commitfdfcf440a8a8efca8027f4d673a54826669c999f (patch)
tree9a036d1938b5e3f5b0dde6db9065c4cb5b6b6847 /org.eclipse.debug.ui/ui/org/eclipse/debug/internal/ui/DebugUIMessages.properties
parent9c982be7f7da595b67506ac9a7a81b9f6e9c36d8 (diff)
downloadeclipse.platform.debug-fdfcf440a8a8efca8027f4d673a54826669c999f.tar.gz
eclipse.platform.debug-fdfcf440a8a8efca8027f4d673a54826669c999f.tar.xz
eclipse.platform.debug-fdfcf440a8a8efca8027f4d673a54826669c999f.zip
Bug 235646 - [Expressions View] Add support for columns in the expressions view.
Diffstat (limited to 'org.eclipse.debug.ui/ui/org/eclipse/debug/internal/ui/DebugUIMessages.properties')
-rw-r--r--org.eclipse.debug.ui/ui/org/eclipse/debug/internal/ui/DebugUIMessages.properties7
1 files changed, 6 insertions, 1 deletions
diff --git a/org.eclipse.debug.ui/ui/org/eclipse/debug/internal/ui/DebugUIMessages.properties b/org.eclipse.debug.ui/ui/org/eclipse/debug/internal/ui/DebugUIMessages.properties
index f0e2cb06c..8068829d2 100644
--- a/org.eclipse.debug.ui/ui/org/eclipse/debug/internal/ui/DebugUIMessages.properties
+++ b/org.eclipse.debug.ui/ui/org/eclipse/debug/internal/ui/DebugUIMessages.properties
@@ -1,5 +1,5 @@
###############################################################################
-# Copyright (c) 2000, 2009 IBM Corporation and others.
+# Copyright (c) 2000, 2010 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
@@ -236,3 +236,8 @@ WorkingDirectoryBlock_19=Ot&her:
WorkingDirectoryBlock_20=Working directory not specified
WorkingDirectoryBlock_1=&File System...
WorkingDirectoryBlock_Exception_occurred_reading_configuration___15=Exception occurred reading configuration:
+
+##############################################################
+# Elements
+##############################################################
+ExpressionManagerContentProvider_1=Add new expression

Back to the top