John Levon <[EMAIL PROTECTED]> writes:

| +++ src/insets/insetcaption.C   26 Nov 2002 01:49:41 -0000
| @@ -97,7 +97,7 @@ void InsetCaption::draw(BufferView * bv,
|         string const label = frm.str();
|  #else
|         // Generate the label
| -       string const label = _(fl) + " " + num + ":";
| +       string const label = _(fl) + ' ' + num + ':';
| 
| was the only other place I spotted on a quick browse. Lars, please fix

What needs fixing?

The types here should be

        string + char + string + char

Please tell what I should fix.

-- 
        Lgb


Reply via email to