1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-04-23 14:42:11 +02:00

Bug #189048 : not externalized string

This commit is contained in:
Oleg Krasilnikov 2007-05-25 10:49:14 +00:00
parent 2d93c32a48
commit 7f7dee4d99
2 changed files with 2 additions and 1 deletions

View file

@ -463,6 +463,7 @@ LibraryTab.2=Change library name
RefsTab.0=Expand all
RefsTab.1=Show checked
RefsTab.2=Collapse all
RefsTab.3=Active
SymbolTab.0=Symbol
SymbolTab.1=Value
SymbolTab.2=Add symbol

View file

@ -33,7 +33,7 @@ public class RefsTab extends AbstractCPropertyTab {
public Composite comp;
Tree tree;
static private final String ACTIVE = "[Active]"; //$NON-NLS-1$
static private final String ACTIVE = "[" + UIMessages.getString("RefsTab.3") + "]"; //$NON-NLS-1$ //$NON-NLS-2$ //$NON-NLS-3$
public void createControls(Composite parent) {
super.createControls(parent);