mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-07-13 20:15:22 +02:00
[286670] TVT35:TCT586: CHS: English Strings Found
This commit is contained in:
parent
f43b89df95
commit
a74fdbac49
1 changed files with 2 additions and 0 deletions
|
@ -39,6 +39,7 @@
|
||||||
* David McKnight (IBM) - [257721] Doubleclick doing special handling and expanding
|
* 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
|
* 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
|
* 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;
|
package org.eclipse.rse.internal.ui.view;
|
||||||
|
@ -1513,6 +1514,7 @@ public class SystemViewPart
|
||||||
public RestoreRemoteObjects(Vector remoteObjects, Vector remoteObjectsToSelect)
|
public RestoreRemoteObjects(Vector remoteObjects, Vector remoteObjectsToSelect)
|
||||||
{
|
{
|
||||||
super("Restore Remote Objects"); //$NON-NLS-1$
|
super("Restore Remote Objects"); //$NON-NLS-1$
|
||||||
|
setSystem(true);
|
||||||
_remoteObjectsToRestore = remoteObjects;
|
_remoteObjectsToRestore = remoteObjects;
|
||||||
_remoteObjectsToSelect = remoteObjectsToSelect;
|
_remoteObjectsToSelect = remoteObjectsToSelect;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue