mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-07-29 03:45:35 +02:00
fix for bug 187322 - error message for valid value range can be confusing
This commit is contained in:
parent
02790c4592
commit
72e3cde3ea
2 changed files with 6 additions and 4 deletions
|
@ -1,5 +1,5 @@
|
||||||
###############################################################################
|
###############################################################################
|
||||||
# Copyright (c) 2003, 2005 QNX Software Systems and others.
|
# Copyright (c) 2003, 2007 QNX Software Systems and others.
|
||||||
# All rights reserved. This program and the accompanying materials
|
# All rights reserved. This program and the accompanying materials
|
||||||
# are made available under the terms of the Eclipse Public License v1.0
|
# are made available under the terms of the Eclipse Public License v1.0
|
||||||
# which accompanies this distribution, and is available at
|
# which accompanies this distribution, and is available at
|
||||||
|
@ -7,11 +7,12 @@
|
||||||
#
|
#
|
||||||
# Contributors:
|
# Contributors:
|
||||||
# QNX Software Systems - initial API and implementation
|
# QNX Software Systems - initial API and implementation
|
||||||
|
# IBM Corporation
|
||||||
###############################################################################
|
###############################################################################
|
||||||
|
|
||||||
MIPreferencePage.0=General settings for GDB MI.
|
MIPreferencePage.0=General settings for GDB MI.
|
||||||
MIPreferencePage.1=Communication
|
MIPreferencePage.1=Communication
|
||||||
MIPreferencePage.2=&Debugger timeout (ms):
|
MIPreferencePage.2=&Debugger timeout (ms):
|
||||||
MIPreferencePage.3=&Launch timeout (ms):
|
MIPreferencePage.3=&Launch timeout (ms):
|
||||||
MIPreferencePage.4=The valid value range is [{0},{1}].
|
MIPreferencePage.4=Value must be an integer between {0} and {1}.
|
||||||
MIPreferencePage.6=Automatically refresh modules
|
MIPreferencePage.6=Automatically refresh modules
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
###############################################################################
|
###############################################################################
|
||||||
# Copyright (c) 2003, 2006 QNX Software Systems and others.
|
# Copyright (c) 2003, 2007 QNX Software Systems and others.
|
||||||
# All rights reserved. This program and the accompanying materials
|
# All rights reserved. This program and the accompanying materials
|
||||||
# are made available under the terms of the Eclipse Public License v1.0
|
# are made available under the terms of the Eclipse Public License v1.0
|
||||||
# which accompanies this distribution, and is available at
|
# which accompanies this distribution, and is available at
|
||||||
|
@ -7,6 +7,7 @@
|
||||||
#
|
#
|
||||||
# Contributors:
|
# Contributors:
|
||||||
# QNX Software Systems - initial API and implementation
|
# QNX Software Systems - initial API and implementation
|
||||||
|
# IBM Corporation
|
||||||
###############################################################################
|
###############################################################################
|
||||||
|
|
||||||
CDebugPreferencePage.Color_of_disassembly_source_lines_1=Color of source lines:
|
CDebugPreferencePage.Color_of_disassembly_source_lines_1=Color of source lines:
|
||||||
|
@ -21,7 +22,7 @@ CDebugPreferencePage.9=Default expression format:
|
||||||
CDebugPreferencePage.10=Default register format:
|
CDebugPreferencePage.10=Default register format:
|
||||||
CDebugPreferencePage.11=Disassembly options
|
CDebugPreferencePage.11=Disassembly options
|
||||||
CDebugPreferencePage.12=Maximum number of displayed instructions:
|
CDebugPreferencePage.12=Maximum number of displayed instructions:
|
||||||
CDebugPreferencePage.13=The valid value range is [{0},{1}].
|
CDebugPreferencePage.13=Value must be an integer between {0} and {1}.
|
||||||
CDebugPreferencePage.14=Binary
|
CDebugPreferencePage.14=Binary
|
||||||
CDebugPreferencePage.15=Show source files in binaries
|
CDebugPreferencePage.15=Show source files in binaries
|
||||||
SourcePreferencePage.0=Common source lookup path settings.
|
SourcePreferencePage.0=Common source lookup path settings.
|
||||||
|
|
Loading…
Add table
Reference in a new issue