Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKevin Barnes2005-06-08 21:24:20 +0000
committerKevin Barnes2005-06-08 21:24:20 +0000
commit9254c7483f9815cab1c9af3c5100a3b0933223cc (patch)
treea4acbd47bba26f0476e3154519f1b24d4872d3d6 /org.eclipse.debug.ui/ui/org/eclipse/debug/internal/ui/views/console/ConsoleMessages.properties
parentf3999ad8b3687601377fc556d9be27defd9f6aba (diff)
downloadeclipse.platform.debug-9254c7483f9815cab1c9af3c5100a3b0933223cc.tar.gz
eclipse.platform.debug-9254c7483f9815cab1c9af3c5100a3b0933223cc.tar.xz
eclipse.platform.debug-9254c7483f9815cab1c9af3c5100a3b0933223cc.zip
fixed line delimiters
Diffstat (limited to 'org.eclipse.debug.ui/ui/org/eclipse/debug/internal/ui/views/console/ConsoleMessages.properties')
-rw-r--r--org.eclipse.debug.ui/ui/org/eclipse/debug/internal/ui/views/console/ConsoleMessages.properties42
1 files changed, 21 insertions, 21 deletions
diff --git a/org.eclipse.debug.ui/ui/org/eclipse/debug/internal/ui/views/console/ConsoleMessages.properties b/org.eclipse.debug.ui/ui/org/eclipse/debug/internal/ui/views/console/ConsoleMessages.properties
index 297a42af6..54bce9ce2 100644
--- a/org.eclipse.debug.ui/ui/org/eclipse/debug/internal/ui/views/console/ConsoleMessages.properties
+++ b/org.eclipse.debug.ui/ui/org/eclipse/debug/internal/ui/views/console/ConsoleMessages.properties
@@ -1,21 +1,21 @@
-###############################################################################
-# Copyright (c) 2000, 2005 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
-###############################################################################
-
-ConsoleRemoveAllTerminatedAction_0=&Remove All Terminated
-ConsoleRemoveAllTerminatedAction_1=Remove All Terminated Launches
-
-ConsoleTerminateAction_0=&Terminate
-ConsoleTerminateAction_1=Terminate
-
-ProcessConsole_0=<terminated> {0}
-
-ProcessConsole_1=[Console output redirected to file:{0}]\n
-ProcessConsole_2=[Invalid file specified for console output: {0}]\n
+###############################################################################
+# Copyright (c) 2000, 2005 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
+###############################################################################
+
+ConsoleRemoveAllTerminatedAction_0=&Remove All Terminated
+ConsoleRemoveAllTerminatedAction_1=Remove All Terminated Launches
+
+ConsoleTerminateAction_0=&Terminate
+ConsoleTerminateAction_1=Terminate
+
+ProcessConsole_0=<terminated> {0}
+
+ProcessConsole_1=[Console output redirected to file:{0}]\n
+ProcessConsole_2=[Invalid file specified for console output: {0}]\n

Back to the top