]> git.lyx.org Git - features.git/blobdiff - src/frontends/xforms/forms/fdfixc.sed
Minor bits 'n' bobs from Michael, J�rgen and Jean-Marc.
[features.git] / src / frontends / xforms / forms / fdfixc.sed
index 49bc0880256fe1b4176c5fd661343cc939dcfada..93b7722862e49845967a0f6f2046ecc1353c2cfd 100644 (file)
@@ -74,6 +74,13 @@ s/\( fdui->form\)\(.*bgn_form.*\)/\1\2\
 /bmtable/ s/fl_add_button/fl_add_bmtable/
 
 
+# For all lines containing fl_add_choice,
+# add a line that turns off the title. (These titles can contain meta-chars
+# that just look nasty ;-)
+/fl_add_choice/a\
+       fl_set_choice_notitle(obj, 1);
+
+
 # For all lines containing "fl_" and a string _not_ containing |,
 # replace the string with _(string)
 /fl_/ s/".[^|]*"/_(&)/