mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-07-01 14:15:23 +02:00
Fixes a warning.
This commit is contained in:
parent
cda496da2c
commit
6c1624af1f
1 changed files with 1 additions and 1 deletions
|
@ -153,7 +153,7 @@ import org.eclipse.cdt.internal.ui.CPluginImages;
|
|||
tree.getAccessible().addAccessibleListener(
|
||||
new AccessibleAdapter() {
|
||||
public void getName(AccessibleEvent e) {
|
||||
e.result = UIMessages.getString("CMainWizardPage.0");
|
||||
e.result = UIMessages.getString("CMainWizardPage.0"); //$NON-NLS-1$
|
||||
}
|
||||
}
|
||||
);
|
||||
|
|
Loading…
Add table
Reference in a new issue