Dekel,
Today you've committed a patch to "forms/form_wrap.fd" and "FormWrap.C". You replaced inner by Outer, but now the dialog interface has lost its logic, because the Default also says "outer": o Left o Right o Outer o Default (outer) Maybe the last entry should be "o Inner (default)". (Which I find better than "Default (inner)" ! ) ---------------------------- BTW: Are you sure the following is now in agreement: In your code Left: params = "l" Right: params = "r" Outer: params = "p" Default: params = "" The Floatflt info says [l] = "Forces the current floating figure to be typset to the left in a paragraph." [r] = "Forces the current floating figure to be typset to the right in a paragraph." [p] = "Forces the current floating figure to be typset to the right in a paragraph if the pagenumber is odd, and to the left if even." ------------------- According to Floatflt info, there seem to be a fourth parameter: [v] Applies the package option to the current figure, and if no package option is specified, it forces the current floating figure to be typset to the right in a paragraph if the pagenumber is odd, and to the left if even. Ah, I see that this probably is synonym to params = "". Rob. PS: Would it be feasible to merge this special float with the existing float, similar to the merging of normal and wide float. It's such a pain when wanting to change this float into the other or v.v. We could merge this placement dialog, with the placement dialog for regular float, for example, and handle it from there.