1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-07-03 23:25:26 +02:00

[198114] Allowed to move file into existing folder/archive on first attempt

This commit is contained in:
David McKnight 2007-07-27 20:44:35 +00:00
parent a34964063b
commit 0e3cfb1675

View file

@ -13,6 +13,7 @@
* Contributors:
* Martin Oberhuber (Wind River) - [184095] Replace systemTypeName by IRSESystemType
* Martin Oberhuber (Wind River) - [190442] made SystemActionViewerFilter API
* Kevin Doyle (IBM) - [198114] Allowed to move file into existing folder/archive on first attempt
********************************************************************************/
package org.eclipse.rse.ui.dialogs;
@ -77,8 +78,8 @@ public abstract class SystemRemoteResourceDialog extends SystemPromptDialog
{
_form.applyViewerFilter(getViewerFilter());
}
_form.setPreSelection(_preSelection);
_form.setSelectionValidator(_selectionValidator);
_form.setPreSelection(_preSelection);
_form.setShowPropertySheet(_showPropertySheet);
_form.setSelectionTreeToolTipText(getTreeTip());
if (_message != null)