> please apply (cvs), > it removes the hardcoded choices for the lengths, which are now > build from lengthcommon.C in frontend/controllers/helper_funcs.C
+string const getAllLengthChoice() +string const getUnitLengthChoice() isn't returning string xforms specific? For the qt frontend I need vector<string>: vector<string> getAllLengthChoice() of course I use getLateXUnits now, but isn't helper_funcs.h supposed to be common to all frontends? Just a question... Ed.