dont use append, dont need to extend ustring!

This commit is contained in:
Dana Jansens 2003-01-13 07:15:02 +00:00
parent 55f1381860
commit 4dba699857

View file

@ -223,7 +223,7 @@ void Frame::adjustSize()
layout.erase(i--, 1);
}
if (!tit_l)
layout.append(1, 'L');
layout += "L";
// the size of the label. this ASSUMES the layout has only buttons other
// that the ONE LABEL!!