summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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!!