mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-08-01 05:15:43 +02:00
Forgot to externalize a string.
This commit is contained in:
parent
dc298fd126
commit
7cf646142e
2 changed files with 2 additions and 1 deletions
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue