mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-07-03 07:05:24 +02:00
[231671] TVT34:TCT171: PLK: No help text for new remote file
This commit is contained in:
parent
d8ed752cfa
commit
46e88b28b5
2 changed files with 5 additions and 4 deletions
|
@ -15,12 +15,12 @@
|
|||
* Kevin Doyle (IBM) - Changed name Validator to ValidatorFileUniqueName
|
||||
* Martin Oberhuber (Wind River) - [186773] split ISystemRegistryUI from ISystemRegistry
|
||||
* David McKnight (IBM) - [216252] cleaning up system message ids and strings
|
||||
* David McKnight (IBM) - [231671] TVT34:TCT171: PLK: No help text for new remote file
|
||||
*******************************************************************************/
|
||||
|
||||
package org.eclipse.rse.internal.files.ui.wizards;
|
||||
|
||||
import org.eclipse.jface.wizard.Wizard;
|
||||
import org.eclipse.rse.internal.files.ui.Activator;
|
||||
import org.eclipse.rse.internal.files.ui.FileResources;
|
||||
import org.eclipse.rse.internal.files.ui.ISystemFileConstants;
|
||||
import org.eclipse.rse.services.clientserver.messages.SystemMessage;
|
||||
|
@ -106,7 +106,7 @@ public class SystemNewFileWizardMainPage
|
|||
}
|
||||
);
|
||||
|
||||
SystemWidgetHelpers.setCompositeHelp(composite_prompts, Activator.HELPPREFIX+ISystemFileConstants.NEW_FILE_WIZARD);
|
||||
SystemWidgetHelpers.setCompositeHelp(composite_prompts, RSEUIPlugin.HELPPREFIX + ISystemFileConstants.NEW_FILE_WIZARD);
|
||||
|
||||
return composite_prompts;
|
||||
|
||||
|
|
|
@ -15,18 +15,19 @@
|
|||
* Kevin Doyle (IBM) - Changed name Validator to ValidatorFileUniqueName
|
||||
* Martin Oberhuber (Wind River) - [186773] split ISystemRegistryUI from ISystemRegistry
|
||||
* David McKnight (IBM) - [216252] cleaning up system message ids and strings
|
||||
* David McKnight (IBM) - [231671] TVT34:TCT171: PLK: No help text for new remote file
|
||||
*******************************************************************************/
|
||||
|
||||
package org.eclipse.rse.internal.files.ui.wizards;
|
||||
|
||||
import org.eclipse.jface.wizard.Wizard;
|
||||
import org.eclipse.rse.internal.files.ui.Activator;
|
||||
import org.eclipse.rse.internal.files.ui.FileResources;
|
||||
import org.eclipse.rse.internal.files.ui.ISystemFileConstants;
|
||||
import org.eclipse.rse.services.clientserver.messages.SystemMessage;
|
||||
import org.eclipse.rse.subsystems.files.core.subsystems.IRemoteFile;
|
||||
import org.eclipse.rse.subsystems.files.core.subsystems.IRemoteFileSubSystem;
|
||||
import org.eclipse.rse.subsystems.files.core.util.ValidatorFileUniqueName;
|
||||
import org.eclipse.rse.ui.RSEUIPlugin;
|
||||
import org.eclipse.rse.ui.SystemWidgetHelpers;
|
||||
import org.eclipse.rse.ui.messages.ISystemMessageLine;
|
||||
import org.eclipse.rse.ui.validators.ISystemValidator;
|
||||
|
@ -109,7 +110,7 @@ public class SystemNewFolderWizardMainPage
|
|||
}
|
||||
);
|
||||
|
||||
SystemWidgetHelpers.setCompositeHelp(composite_prompts, Activator.HELPPREFIX+ISystemFileConstants.NEW_FOLDER_WIZARD);
|
||||
SystemWidgetHelpers.setCompositeHelp(composite_prompts, RSEUIPlugin.HELPPREFIX+ISystemFileConstants.NEW_FOLDER_WIZARD);
|
||||
|
||||
return composite_prompts;
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue