1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-08-01 21:35:40 +02:00

Forgot to externalize a string.

This commit is contained in:
Ken Ryall 2007-05-05 14:27:28 +00:00
parent dc298fd126
commit 7cf646142e
2 changed files with 2 additions and 1 deletions

View file

@ -214,7 +214,7 @@ public class CDebugPreferencePage extends PreferencePage implements IWorkbenchPr
}
private void createBinarySettings( Composite parent ) {
fShowBinarySourceFilesButton = createCheckButton( parent, "Show source files in binaries" );
fShowBinarySourceFilesButton = createCheckButton( parent, PreferenceMessages.getString("CDebugPreferencePage.15") ); //$NON-NLS-1$
}
/**
* Create the disassembly setting preferences composite widget

View file

@ -23,6 +23,7 @@ CDebugPreferencePage.11=Disassembly options
CDebugPreferencePage.12=Maximum number of displayed instructions:
CDebugPreferencePage.13=The valid value range is [{0},{1}].
CDebugPreferencePage.14=Binary
CDebugPreferencePage.15=Show source files in binaries
SourcePreferencePage.0=Common source lookup path settings.
SourcePreferencePage.0=Common S&ource Lookup Path:
DebuggerTypesPage.0=Select All