Angus: I see this too. Could you have a look? the crash is in combox.c.

Hartmutt: please send such messages to lyx-devel, where more people
will see it.

JMarc

--- Begin Message ---
Hi Jean-Marc,
if you click on Tools->Preferences->Lang Opts->Language lyx140cvs (May 30) 
crashes. The reason is probably FL_NORMAL_COMBOX. If you replace in 
lyx-devel/src/frontends/xforms/forms/form_preferences.C line 525:
fdui->combox_default_lang = obj = fl_add_combox(FL_NORMAL_COMBOX, 231, 56, 
200, 30, idex(tmp_str).c_str());
by
fdui->combox_default_lang = obj = fl_add_combox(FL_DROPLIST_COMBOX, 231, 56, 
200, 30, idex(tmp_str).c_str());
everything will be fine.
-- 
Regards,
Hartmut 

Hungerhilfe: http://www.thehungersite.com

Das heutige Motto:
A recent investment will yield a slight profit. 


--- End Message ---

Reply via email to