mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-04-29 19:45:01 +02:00
Bug 384767 - Non-externalized Strings in Discovery Tab
This commit is contained in:
parent
39c4e6a8e2
commit
d15552e6e0
2 changed files with 5 additions and 2 deletions
|
@ -1,5 +1,5 @@
|
|||
#################################################################################
|
||||
# Copyright (c) 2006, 2008, 2009 Red Hat, Inc.
|
||||
# Copyright (c) 2006, 2012 Red Hat, Inc.
|
||||
# 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
|
||||
|
@ -7,6 +7,7 @@
|
|||
#
|
||||
# Contributors:
|
||||
# Red Hat Incorporated - initial API and implementation
|
||||
# IBM Corporation
|
||||
#################################################################################
|
||||
ConvertWizard.description=Convert to C/C++ Autotools Project
|
||||
NewCProject.description=GNU C Autotools Project
|
||||
|
@ -178,3 +179,5 @@ AutogenScript.name=Autogen Script
|
|||
|
||||
AutotoolsProblemMarker.name=Configure Problem
|
||||
AutotoolsErrorParser.name=Autotools Error Parser
|
||||
|
||||
AutoconfErrorParser.name=Autoconf Error Parser
|
|
@ -562,7 +562,7 @@
|
|||
<errorparser
|
||||
class="org.eclipse.cdt.internal.autotools.core.ErrorParser"
|
||||
id="org.eclipse.cdt.autotools.core.ErrorParser"
|
||||
name="Autoconf Error Parser">
|
||||
name="%AutoconfErrorParser.name">
|
||||
</errorparser>
|
||||
</extension>
|
||||
</plugin>
|
||||
|
|
Loading…
Add table
Reference in a new issue