Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'debug/org.eclipse.cdt.debug.application/src/org/eclipse/cdt/debug/application/messages.properties')
-rw-r--r--debug/org.eclipse.cdt.debug.application/src/org/eclipse/cdt/debug/application/messages.properties10
1 files changed, 5 insertions, 5 deletions
diff --git a/debug/org.eclipse.cdt.debug.application/src/org/eclipse/cdt/debug/application/messages.properties b/debug/org.eclipse.cdt.debug.application/src/org/eclipse/cdt/debug/application/messages.properties
index a3e39688fe3..085bbaec8c3 100644
--- a/debug/org.eclipse.cdt.debug.application/src/org/eclipse/cdt/debug/application/messages.properties
+++ b/debug/org.eclipse.cdt.debug.application/src/org/eclipse/cdt/debug/application/messages.properties
@@ -30,13 +30,13 @@ LaunchInterruptedError=Debug launch has been interrupted
LaunchMissingError=Previous launch configuration cannot be found
DebuggerInitializingProblem=Problem occurred in start-up
-GdbDebugNewExecutableCommand_Arguments=Arguments:
-GdbDebugExecutableCommand_Binary=Binary:
-GdbDebugExecutableCommand_Binary_Optional=Binary (optional):
+GdbDebugNewExecutableCommand_Arguments=Arguments:\u0020
+GdbDebugExecutableCommand_Binary=Binary:\u0020
+GdbDebugExecutableCommand_Binary_Optional=Binary (optional):\u0020
GdbDebugNewExecutableCommand_Binary_file_does_not_exist=Binary does not exist
GdbDebugNewExecutableCommand_Binary_must_be_specified=Binary must be specified
-GdbDebugNewExecutableCommand_Binary_on_host=Binary on host:
-GdbDebugNewExecutableCommand_Binary_on_target=Binary on target:
+GdbDebugNewExecutableCommand_Binary_on_host=Binary on host:\u0020
+GdbDebugNewExecutableCommand_Binary_on_target=Binary on target:\u0020
GdbDebugExecutableCommand_BuildLog=Build Log path (optional):
GdbDebugNewExecutableCommand_Binary_on_target_must_be_specified=Binary on target must be specified
GdbDebugExecutableCommand_Browse=Browse...

Back to the top