1
0
Fork 0
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:
Vivian Kong 2012-08-13 15:04:26 -04:00
parent 26d4ca7154
commit 630feeb6d7
2 changed files with 5 additions and 2 deletions

View file

@ -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

View file

@ -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>