What is the purpose of the StrPool in Menubar_pimpl.C ?
Can't we use
   fl_addtopup(menu, label.c_str());
instead of
   fl_addtopup(menu, strpool.add(label));  ?

Reply via email to