mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-04-23 14:42:11 +02:00
Bug 177011] NLS33:label truncations and un-externalized strings on C/C++ Prefs pages
This commit is contained in:
parent
460412cd55
commit
47e1445a67
1 changed files with 1 additions and 1 deletions
|
@ -109,7 +109,7 @@ public class BinaryParsTab extends AbstractCPropertyTab {
|
|||
PlatformUI.getWorkbench().getHelpSystem().setHelp(usercomp, ICHelpContextIds.BINARY_PARSER_PAGE);
|
||||
|
||||
usercomp.setLayout(new GridLayout(2, false));
|
||||
setupLabel(usercomp, "Binary parser :", 2, GridData.FILL_HORIZONTAL); //$NON-NLS-1$
|
||||
setupLabel(usercomp, NewUIMessages.getResourceString("BinaryParsTab.0"), 2, GridData.FILL_HORIZONTAL); //$NON-NLS-1$
|
||||
table = new Table(usercomp, SWT.BORDER | SWT.CHECK | SWT.SINGLE);
|
||||
table.setLayoutData(new GridData(GridData.FILL_BOTH));
|
||||
table.addSelectionListener(new SelectionAdapter() {
|
||||
|
|
Loading…
Add table
Reference in a new issue