mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-06-06 09:16:02 +02:00
Missing resources in the "Arguments" tab.
This commit is contained in:
parent
9bba5a8939
commit
4a954e3d48
1 changed files with 2 additions and 2 deletions
|
@ -117,7 +117,7 @@ public class WorkingDirectoryBlock extends AbstractLaunchConfigurationTab {
|
|||
}
|
||||
});
|
||||
|
||||
fWorkingDirBrowseButton = createPushButton(workingDirComp, LaunchUIPlugin.getResourceString("Launch.common.B&rowse..."), null); //$NON-NLS-1$
|
||||
fWorkingDirBrowseButton = createPushButton(workingDirComp, LaunchUIPlugin.getResourceString("Launch.common.Browse_1"), null); //$NON-NLS-1$
|
||||
fWorkingDirBrowseButton.addSelectionListener(new SelectionAdapter() {
|
||||
public void widgetSelected(SelectionEvent evt) {
|
||||
handleWorkingDirBrowseButtonSelected();
|
||||
|
@ -140,7 +140,7 @@ public class WorkingDirectoryBlock extends AbstractLaunchConfigurationTab {
|
|||
}
|
||||
});
|
||||
|
||||
fWorkspaceDirBrowseButton = createPushButton(workingDirComp, LaunchUIPlugin.getResourceString("Launch.common.B&rowse..."), null); //$NON-NLS-1$
|
||||
fWorkspaceDirBrowseButton = createPushButton(workingDirComp, LaunchUIPlugin.getResourceString("Launch.common.Browse_2"), null); //$NON-NLS-1$
|
||||
fWorkspaceDirBrowseButton.addSelectionListener(new SelectionAdapter() {
|
||||
public void widgetSelected(SelectionEvent evt) {
|
||||
handleWorkspaceDirBrowseButtonSelected();
|
||||
|
|
Loading…
Add table
Reference in a new issue