mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-04-29 19:45:01 +02:00
Revert "Bug 387132 - AR: Incorrect mirrored strings and bracket occurred on "Properties for autotools" pages on Linux"
This reverts commit ca576d22bd
.
This commit is contained in:
parent
dd034794c7
commit
cb70e7b23b
1 changed files with 3 additions and 5 deletions
|
@ -1,5 +1,5 @@
|
||||||
/*******************************************************************************
|
/*******************************************************************************
|
||||||
* Copyright (c) 2009, 2012 Red Hat Inc.
|
* Copyright (c) 2009, 2011 Red Hat Inc.
|
||||||
* All rights reserved. This program and the accompanying materials
|
* All rights reserved. This program and the accompanying materials
|
||||||
* are made available under the terms of the Eclipse Public License v1.0
|
* are made available under the terms of the Eclipse Public License v1.0
|
||||||
* which accompanies this distribution, and is available at
|
* which accompanies this distribution, and is available at
|
||||||
|
@ -7,7 +7,6 @@
|
||||||
*
|
*
|
||||||
* Contributors:
|
* Contributors:
|
||||||
* Red Hat Inc. - initial API and implementation
|
* Red Hat Inc. - initial API and implementation
|
||||||
* IBM Corporation
|
|
||||||
*******************************************************************************/
|
*******************************************************************************/
|
||||||
package org.eclipse.cdt.internal.autotools.core.configure;
|
package org.eclipse.cdt.internal.autotools.core.configure;
|
||||||
|
|
||||||
|
@ -17,7 +16,6 @@ import java.util.HashMap;
|
||||||
import java.util.Iterator;
|
import java.util.Iterator;
|
||||||
import java.util.Map;
|
import java.util.Map;
|
||||||
|
|
||||||
import org.eclipse.osgi.util.TextProcessor;
|
|
||||||
|
|
||||||
public class AutotoolsConfiguration implements IAConfiguration {
|
public class AutotoolsConfiguration implements IAConfiguration {
|
||||||
|
|
||||||
|
@ -57,11 +55,11 @@ public class AutotoolsConfiguration implements IAConfiguration {
|
||||||
}
|
}
|
||||||
|
|
||||||
public String getDescription() {
|
public String getDescription() {
|
||||||
return TextProcessor.process(ConfigureMessages.getConfigureDescription(transformedName));
|
return ConfigureMessages.getConfigureDescription(transformedName);
|
||||||
}
|
}
|
||||||
|
|
||||||
public String getToolTip() {
|
public String getToolTip() {
|
||||||
return TextProcessor.process(ConfigureMessages.getConfigureTip(transformedName));
|
return ConfigureMessages.getConfigureTip(transformedName);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue