mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-04-23 22:52: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);
|
PlatformUI.getWorkbench().getHelpSystem().setHelp(usercomp, ICHelpContextIds.BINARY_PARSER_PAGE);
|
||||||
|
|
||||||
usercomp.setLayout(new GridLayout(2, false));
|
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 = new Table(usercomp, SWT.BORDER | SWT.CHECK | SWT.SINGLE);
|
||||||
table.setLayoutData(new GridData(GridData.FILL_BOTH));
|
table.setLayoutData(new GridData(GridData.FILL_BOTH));
|
||||||
table.addSelectionListener(new SelectionAdapter() {
|
table.addSelectionListener(new SelectionAdapter() {
|
||||||
|
|
Loading…
Add table
Reference in a new issue