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

[286670] TVT35:TCT586: CHS: English Strings Found

This commit is contained in:
David McKnight 2009-08-24 14:58:31 +00:00
parent f43b89df95
commit a74fdbac49

View file

@ -39,6 +39,7 @@
* David McKnight (IBM) - [257721] Doubleclick doing special handling and expanding
* David McKnight (IBM) - [250417] Restore from memento flag set to false during restore on startup
* Martin Oberhuber (Wind River) - [286122] Avoid NPE when restoring memento
* David McKnight (IBM) - [286670] TVT35:TCT586: CHS: English Strings Found
*******************************************************************************/
package org.eclipse.rse.internal.ui.view;
@ -1513,6 +1514,7 @@ public class SystemViewPart
public RestoreRemoteObjects(Vector remoteObjects, Vector remoteObjectsToSelect)
{
super("Restore Remote Objects"); //$NON-NLS-1$
setSystem(true);
_remoteObjectsToRestore = remoteObjects;
_remoteObjectsToSelect = remoteObjectsToSelect;
}