1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-07-15 04:55:22 +02:00

[193329] using "Resource" instead of "name" for the label column

This commit is contained in:
David McKnight 2007-07-11 16:09:57 +00:00
parent d80a3fb51c
commit ceda910c6e

View file

@ -15,6 +15,7 @@
* Martin Oberhuber (Wind River) - [168975] Move RSE Events API to Core * Martin Oberhuber (Wind River) - [168975] Move RSE Events API to Core
* Martin Oberhuber (Wind River) - [186773] split ISystemRegistryUI from ISystemRegistry * Martin Oberhuber (Wind River) - [186773] split ISystemRegistryUI from ISystemRegistry
* Xuan Chen (IBM) - [187016] [menus] Remote Systems Details View should have Refresh on context menu * Xuan Chen (IBM) - [187016] [menus] Remote Systems Details View should have Refresh on context menu
* David McKnight (IBM) - [193329] using "Resource" instead of "Name" in the label column
********************************************************************************/ ********************************************************************************/
package org.eclipse.rse.ui.view; package org.eclipse.rse.ui.view;
@ -60,7 +61,7 @@ import org.eclipse.rse.core.model.ISystemContainer;
import org.eclipse.rse.core.model.ISystemRegistry; import org.eclipse.rse.core.model.ISystemRegistry;
import org.eclipse.rse.core.subsystems.IRemoteObjectIdentifier; import org.eclipse.rse.core.subsystems.IRemoteObjectIdentifier;
import org.eclipse.rse.core.subsystems.ISubSystem; import org.eclipse.rse.core.subsystems.ISubSystem;
import org.eclipse.rse.internal.ui.SystemPropertyResources; import org.eclipse.rse.internal.ui.SystemResources;
import org.eclipse.rse.internal.ui.actions.SystemCommonDeleteAction; import org.eclipse.rse.internal.ui.actions.SystemCommonDeleteAction;
import org.eclipse.rse.internal.ui.actions.SystemCommonRenameAction; import org.eclipse.rse.internal.ui.actions.SystemCommonRenameAction;
import org.eclipse.rse.internal.ui.actions.SystemCommonSelectAllAction; import org.eclipse.rse.internal.ui.actions.SystemCommonSelectAllAction;
@ -655,7 +656,8 @@ public class SystemTableView
if (i == 0) if (i == 0)
{ {
// this is the first column -- treat it special // this is the first column -- treat it special
name = SystemPropertyResources.RESID_PROPERTY_NAME_LABEL; //name = SystemPropertyResources.RESID_PROPERTY_NAME_LABEL;
name = SystemResources.RESID_RENAME_COLHDG_OLDNAME;
if (nameDescriptor != null) if (nameDescriptor != null)
{ {
propertyId = (String) nameDescriptor.getId(); propertyId = (String) nameDescriptor.getId();