summaryrefslogtreecommitdiff
path: root/src/frame.cc
diff options
context:
space:
mode:
authorDana Jansens <danakj@orodu.net>2003-01-13 07:15:02 +0000
committerDana Jansens <danakj@orodu.net>2003-01-13 07:15:02 +0000
commit4dba699857918d0feda52c71c58eccd08839ec8b (patch)
treeb1cbc96e79b3bcbeb10a4dbfb9edb82933e07775 /src/frame.cc
parent55f138186097931f3bf81618e36d2ad53e0c07fd (diff)
dont use append, dont need to extend ustring!
Diffstat (limited to 'src/frame.cc')
-rw-r--r--src/frame.cc2
1 files changed, 1 insertions, 1 deletions
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!!