Angus Leeming <[EMAIL PROTECTED]> writes:
| So, I can use tie(name,dir) in all those places where I've been doing:
| pair<string,string> dir1(name, dir);
| ? I'll have a go.
No... I don't think so...
tie is used to move a returned pair into to separate variables.
| Here is another question for you. In LyXRC::output() there are the lines:
|
| //case RC_SET_COLOR:
| // color bindings not written to preference file.
| // And we want to be warned about that. (Lgb)
|
| I take it that this is a temporary warning? I can now modify the LColors from
| FormPreferences, so will uncomment these lines and insert the relevant code.
| Trust this is corrent?
Yes, when the code for writing colors to preferences is in place the
//case ... should be uncommented.
Lgb