Re: [patch] Some fixes for boxes

2008-10-04 Thread Jürgen Spitzmüller
Vincent van Ravesteijn wrote: > With respect to the punctuation, is this what you mean ? > > if (params_.inner_box && btype != Frameless) { >   label += bformat(_("(%1$s, %1$s)"), box_label, >     boxtranslator_loc().find(btype)); > } else if (params_.inner_box) >   label += bformat(_("(%1$s)"), bo

Re: [patch] Some fixes for boxes

2008-10-04 Thread Vincent van Ravesteijn
On Sat, 2008-10-04 at 10:13 +0200, Jürgen Spitzmüller wrote: > Vincent van Ravesteijn wrote: > > Yes, that might be a problem. Then the same also holds for the labelling > > of floats. > > Could you handle that or shall I do it? With respect to the punctuation, is this what you mean ? if (params

Re: [patch] Some fixes for boxes

2008-10-04 Thread Jürgen Spitzmüller
Vincent van Ravesteijn wrote: > Yes, that might be a problem. Then the same also holds for the labelling > of floats. Could you handle that or shall I do it? > 1. Choose Decoration->No Frame. > 2. Choose InnerBox->MiniPage. > 3. Choose Decoration->No Frame. > > Now the Minipage automatically chan

Re: [patch] Some fixes for boxes

2008-10-04 Thread Vincent van Ravesteijn
On Sat, 2008-10-04 at 08:42 +0200, Jürgen Spitzmüller wrote: > Vincent van Ravesteijn wrote: > > InsetBox.cpp: > > > > Corrected text in the box. Currently, the text says only either the > type > > of inner box or the framestyle. > > I think we should construct the label text with bformat.

Re: [patch] Some fixes for boxes

2008-10-03 Thread Jürgen Spitzmüller
Vincent van Ravesteijn wrote: > InsetBox.cpp: >         > Corrected text in the box. Currently, the text says only either the type > of inner box or the framestyle. I think we should construct the label text with bformat. I'm not sure the brackets, the comma and the sytactic order of that string

[patch] Some fixes for boxes

2008-10-03 Thread Vincent van Ravesteijn
InsetBox.cpp: Corrected text in the box. Currently, the text says only either the type of inner box or the framestyle. GuiBox.cpp: Some strange things happened when toying with the gui. When refilling the widthUnits box, the current state was not remembered. The handling