mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-07-13 20:15:22 +02:00
[287066] TVT35:TCT635: PLK: dots at ends of tooltips
This commit is contained in:
parent
ec0280388d
commit
874606fed5
1 changed files with 5 additions and 4 deletions
|
@ -27,6 +27,7 @@
|
|||
# David Dykstal (IBM) - [188150] adding "go up one level" tooltip
|
||||
# David Dykstal (IBM) - [233678] title string is constructed by concatenation, should be substituted
|
||||
# David McKnight (IBM) - [248922] [dnd] Remote to local overwrite copy does not work
|
||||
# David McKnight (IBM) - [287066] TVT35:TCT635: PLK: dots at ends of tooltips
|
||||
################################################################################
|
||||
|
||||
# NLS_MESSAGEFORMAT_VAR
|
||||
|
@ -355,13 +356,13 @@ RESID_PROP_SERVERLAUNCHER_MEANS=Indicate how the remote server should be launche
|
|||
RESID_PROP_SERVERLAUNCHER_RADIO_DAEMON=Remote daemon
|
||||
RESID_PROP_SERVERLAUNCHER_RADIO_REXEC=REXEC
|
||||
RESID_PROP_SERVERLAUNCHER_RADIO_NONE=Connect to running server
|
||||
RESID_PROP_SERVERLAUNCHER_RADIO_DAEMON_TOOLTIP=Launch the server using a daemon running on the host.
|
||||
RESID_PROP_SERVERLAUNCHER_RADIO_REXEC_TOOLTIP=Launch the server using REXEC.
|
||||
RESID_PROP_SERVERLAUNCHER_RADIO_NONE_TOOLTIP=Manually launch the server and then connect to it from RSE.
|
||||
RESID_PROP_SERVERLAUNCHER_RADIO_DAEMON_TOOLTIP=Launch the server using a daemon running on the host
|
||||
RESID_PROP_SERVERLAUNCHER_RADIO_REXEC_TOOLTIP=Launch the server using REXEC
|
||||
RESID_PROP_SERVERLAUNCHER_RADIO_NONE_TOOLTIP=Manually launch the server and then connect to it from RSE
|
||||
RESID_PROP_SERVERLAUNCHER_PATH=Path to installed server on host
|
||||
RESID_PROP_SERVERLAUNCHER_PATH_TOOLTIP=Specify where the installed server is located on the host.
|
||||
RESID_PROP_SERVERLAUNCHER_INVOCATION=Server launch command
|
||||
RESID_PROP_SERVERLAUNCHER_INVOCATION_TOOLTIP=Specify the name of the command that invokes the server.
|
||||
RESID_PROP_SERVERLAUNCHER_INVOCATION_TOOLTIP=Specify the name of the command that invokes the server
|
||||
|
||||
#=============================================================
|
||||
# NEW FILTERPOOL WIZARD...
|
||||
|
|
Loading…
Add table
Reference in a new issue