mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-07-08 17:45:24 +02:00
need to persist subsystem to persist the properties
This commit is contained in:
parent
8dbe3fe3b3
commit
557e0e3a00
1 changed files with 2 additions and 0 deletions
|
@ -103,6 +103,8 @@ public abstract class RemoteCmdSubSystem extends SubSystem implements IRemoteCmd
|
||||||
set = createPropertySet("IBM", getDescription());
|
set = createPropertySet("IBM", getDescription());
|
||||||
}
|
}
|
||||||
set.addProperty("shell.encoding", encoding);
|
set.addProperty("shell.encoding", encoding);
|
||||||
|
setDirty(true);
|
||||||
|
commit();
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
Loading…
Add table
Reference in a new issue