mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-06-06 17:26:01 +02:00
2005-02-24 Alain Magloire
Fix for PR 86443 * src/org/eclipse/cdt/launch/internal/ui/LaunchMessages.properties * src/org/eclipse/cdt/launch/ui/CArgumentsTab.java
This commit is contained in:
parent
885d10dd7a
commit
6e38815a9a
3 changed files with 8 additions and 1 deletions
|
@ -1,3 +1,9 @@
|
|||
2005-02-24 Alain Magloire
|
||||
Fix for PR 86443
|
||||
|
||||
* src/org/eclipse/cdt/launch/internal/ui/LaunchMessages.properties
|
||||
* src/org/eclipse/cdt/launch/ui/CArgumentsTab.java
|
||||
|
||||
2005-02-03 David Inglis
|
||||
Fixed PR#84361
|
||||
|
||||
|
|
|
@ -123,6 +123,7 @@ CEnvironmentTab.Environment_variable_NAME_exists=Environment variable \" {0} \"
|
|||
|
||||
CArgumentsTab.C/C++_Program_Arguments=C/C++ Program Arguments:
|
||||
CArgumentsTab.Arguments=Arguments
|
||||
CArgumentsTab.Variables=Variables...
|
||||
|
||||
WorkingDirectoryBlock.4=Select a &workspace relative working directory:
|
||||
WorkingDirectoryBlock.7=Select a working directory for the launch configuration:
|
||||
|
|
|
@ -97,7 +97,7 @@ public class CArgumentsTab extends CLaunchConfigurationTab {
|
|||
updateLaunchConfigurationDialog();
|
||||
}
|
||||
});
|
||||
fArgumentVariablesButton= createPushButton(argsComp, "Varianbles...", null); //$NON-NLS-1$
|
||||
fArgumentVariablesButton= createPushButton(argsComp, LaunchMessages.getString("CArgumentsTab.Variables"), null); //$NON-NLS-1$
|
||||
gd = new GridData(GridData.HORIZONTAL_ALIGN_END);
|
||||
fArgumentVariablesButton.setLayoutData(gd);
|
||||
fArgumentVariablesButton.addSelectionListener(new SelectionAdapter() {
|
||||
|
|
Loading…
Add table
Reference in a new issue