From 4dba699857918d0feda52c71c58eccd08839ec8b Mon Sep 17 00:00:00 2001 From: Dana Jansens Date: Mon, 13 Jan 2003 07:15:02 +0000 Subject: [PATCH] dont use append, dont need to extend ustring! --- src/frame.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/frame.cc b/src/frame.cc index a2a6cc07..ce5e961e 100644 --- a/src/frame.cc +++ b/src/frame.cc @@ -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!! -- 2.39.2