From f00fd4cd95bd35506858a846e71f04de834960fe Mon Sep 17 00:00:00 2001 From: Anton Leherbauer Date: Mon, 4 Jun 2007 10:20:52 +0000 Subject: [PATCH] Fix for 190664: Change "(anon)" to "(anonymous)" in outline view Patch by Sergey Prigogin (Google) --- .../eclipse/cdt/internal/core/model/CModelOperation.java | 6 +++--- .../cdt/internal/core/model/CoreModelMessages.properties | 8 ++++---- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/core/org.eclipse.cdt.core/model/org/eclipse/cdt/internal/core/model/CModelOperation.java b/core/org.eclipse.cdt.core/model/org/eclipse/cdt/internal/core/model/CModelOperation.java index 316106cd9bd..d9b913ac428 100644 --- a/core/org.eclipse.cdt.core/model/org/eclipse/cdt/internal/core/model/CModelOperation.java +++ b/core/org.eclipse.cdt.core/model/org/eclipse/cdt/internal/core/model/CModelOperation.java @@ -1,5 +1,5 @@ /******************************************************************************* - * Copyright (c) 2000, 2006 QNX Software Systems and others. + * Copyright (c) 2000, 2007 QNX Software Systems 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 @@ -212,12 +212,12 @@ public abstract class CModelOperation implements IWorkspaceRunnable, IProgressMo * should be canceled. An operation should regularly call this method * during its operation so that the user can cancel it. * - * @exception OperationCanceledException if cancelling the operation has been requested + * @exception OperationCanceledException if canceling the operation has been requested * @see IProgressMonitor#isCanceled */ protected void checkCanceled() { if (isCanceled()) { - throw new OperationCanceledException("operation.cancelled"); //$NON-NLS-1$ + throw new OperationCanceledException("operation.canceled"); //$NON-NLS-1$ } } diff --git a/core/org.eclipse.cdt.core/model/org/eclipse/cdt/internal/core/model/CoreModelMessages.properties b/core/org.eclipse.cdt.core/model/org/eclipse/cdt/internal/core/model/CoreModelMessages.properties index 289157f1de3..116f8cf7e1f 100644 --- a/core/org.eclipse.cdt.core/model/org/eclipse/cdt/internal/core/model/CoreModelMessages.properties +++ b/core/org.eclipse.cdt.core/model/org/eclipse/cdt/internal/core/model/CoreModelMessages.properties @@ -18,7 +18,7 @@ operation.needPath = Operation requires a path. operation.needAbsolutePath = Operation requires an absolute path. Relative path specified was: ''{0}'' operation.needString = Operation requires a String. operation.notSupported = Operation not supported for specified element type(s): -operation.cancelled = Operation cancelled. +operation.canceled = Operation canceled. operation.nullContainer = Container cannot be null. operation.nullName = Name cannot be null. operation.copyElementProgress = Copying elements... @@ -79,10 +79,10 @@ PathEntryManager.6=Referenced project is not a C/C++ project PathEntryManager.1=Workspace include path inaccessible ({0}) PathEntryManager.7=Workspace library path inaccessible ({0}) -CElementLabels.anonymous=(anon) +CElementLabels.anonymous=(anonymous) CElementLabels.concat_string=\ -\ CElementLabels.comma_string=,\ CElementLabels.declseparator_string=\ :\ -CProjectDescriptionManager.startRcChangeHandling=Initiating resource change handling.. -CProjectDescriptionManager.serializing=Serialing CDT Project settings.. +CProjectDescriptionManager.startRcChangeHandling=Initiating resource change handling... +CProjectDescriptionManager.serializing=Saving CDT Project settings...