mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-07-29 03:45:35 +02:00
Bug #178033
This commit is contained in:
parent
e778f36c01
commit
8329c40c28
2 changed files with 2 additions and 2 deletions
|
@ -293,7 +293,7 @@ public abstract class AbstractLangsListTab extends AbstractCPropertyTab {
|
|||
s = ld.getName();
|
||||
}
|
||||
if (s == null || s.equals(EMPTY_STR))
|
||||
s = "[" + ls[i].getName() + "]"; //$NON-NLS-1$ //$NON-NLS-2$
|
||||
s = ls[i].getName();
|
||||
t.setText(0, s);
|
||||
t.setData(ls[i]);
|
||||
if (firstItem == null) {
|
||||
|
|
|
@ -398,7 +398,7 @@ AbstractPage.8=Cannot apply
|
|||
AbstractPage.9=Internal error
|
||||
|
||||
AbstractLangsListTab.0=Show built-in values
|
||||
AbstractLangsListTab.1=Content types
|
||||
AbstractLangsListTab.1=Languages
|
||||
AbstractLangsListTab.2=Export
|
||||
AbstractLangsListTab.3=\ [exp]
|
||||
AbstractPrefPage.0=Preference settings will be applied to new projects\n
|
||||
|
|
Loading…
Add table
Reference in a new issue