1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-07-08 09:35:23 +02:00

need to persist subsystem to persist the properties

This commit is contained in:
David McKnight 2006-06-15 20:02:19 +00:00
parent 8dbe3fe3b3
commit 557e0e3a00

View file

@ -103,6 +103,8 @@ public abstract class RemoteCmdSubSystem extends SubSystem implements IRemoteCmd
set = createPropertySet("IBM", getDescription());
}
set.addProperty("shell.encoding", encoding);
setDirty(true);
commit();
}
/**