1
0
Fork 0
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:
Oleg Krasilnikov 2007-03-12 16:29:24 +00:00
parent 460412cd55
commit 47e1445a67

View file

@ -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() {